#001044
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 16, 68
HSL
226°, 100%, 13%
CMYK
100, 77, 0, 73
Luminance
0.0079
Every format
| HEX | #001044 |
| RGB | rgb(0, 16, 68) |
| HSL | hsl(226, 100%, 13%) |
| CMYK | cmyk(100%, 77%, 0%, 73%) |
| LAB | lab(7.1 17.7 -34.3) |
| LCH | lch(7.1 38.6 297.3) |
| OKLCH | oklch(0.206 0.101 262.7) |
Copy-ready code
/* CSS */
color: #001044;
background-color: #001044;
/* Tailwind (arbitrary) */
class="text-[#001044] bg-[#001044]"
/* SCSS */
$brand: #001044;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.267)
/* Android */
Color.parseColor("#001044")Accessibility — WCAG contrast
Aa
#001044 on white: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001044 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta76.5%
Yellow0.0%
Key (black)73.3%
Color previews
#001044 text on a black background
contrast 1.16:1
Card sample
#001044 text on a white background
contrast 18.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001044;
Background color
Panel with #001044 background
background-color: #001044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001044; background: linear-gradient(135deg, #001044, #1D0044);