#001052
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 16, 82
HSL
228°, 100%, 16%
CMYK
100, 81, 0, 68
Luminance
0.0098
Every format
| HEX | #001052 |
| RGB | rgb(0, 16, 82) |
| HSL | hsl(228, 100%, 16%) |
| CMYK | cmyk(100%, 81%, 0%, 68%) |
| LAB | lab(8.8 24.0 -41.3) |
| LCH | lch(8.8 47.7 300.2) |
| OKLCH | oklch(0.224 0.120 263.6) |
Copy-ready code
/* CSS */
color: #001052;
background-color: #001052;
/* Tailwind (arbitrary) */
class="text-[#001052] bg-[#001052]"
/* SCSS */
$brand: #001052;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.322)
/* Android */
Color.parseColor("#001052")Accessibility — WCAG contrast
Aa
#001052 on white: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001052 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta80.5%
Yellow0.0%
Key (black)67.8%
Color previews
#001052 text on a black background
contrast 1.20:1
Card sample
#001052 text on a white background
contrast 17.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001052;
Background color
Panel with #001052 background
background-color: #001052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001052; background: linear-gradient(135deg, #001052, #270052);