Deep Blue
#040273
Looking for the precise values behind Deep Blue (#040273)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #040273 | |
|---|---|---|
| RGB | rgb(4, 2, 115) | |
| HSL | hsl(241, 97%, 23%) | |
| CMYK | cmyk(97%, 98%, 0%, 55%) | |
| LAB | lab(10, 37, -61) | |
| OKLCH | oklch(0.25 0.171 266) |
Color harmonies
Tints & shades
Code snippets
color: #040273;
background-color: #040273;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF040273)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.01, blue: 0.45, alpha: 1.0)