#001180
a dark, electric blue · warm · closest name: navy
RGB
0, 17, 128
HSL
232°, 100%, 25%
CMYK
100, 87, 0, 50
Luminance
0.0196
Every format
| HEX | #001180 |
| RGB | rgb(0, 17, 128) |
| HSL | hsl(232, 100%, 25%) |
| CMYK | cmyk(100%, 87%, 0%, 50%) |
| LAB | lab(15.3 40.5 -60.9) |
| LCH | lch(15.3 73.1 303.6) |
| OKLCH | oklch(0.287 0.177 264.2) |
Copy-ready code
/* CSS */
color: #001180;
background-color: #001180;
/* Tailwind (arbitrary) */
class="text-[#001180] bg-[#001180]"
/* SCSS */
$brand: #001180;
/* SwiftUI */
Color(red: 0.000, green: 0.067, blue: 0.502)
/* Android */
Color.parseColor("#001180")Accessibility — WCAG contrast
Aa
#001180 on white: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001180 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.7%
Blue50.2%
CMYK percentages
Cyan100.0%
Magenta86.7%
Yellow0.0%
Key (black)49.8%
Color previews
#001180 text on a black background
contrast 1.39:1
Card sample
#001180 text on a white background
contrast 15.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001180;
Background color
Panel with #001180 background
background-color: #001180;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001180;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 17, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 17, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001180; background: linear-gradient(135deg, #001180, #440080);