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