#013169
a deep, electric blue · cool · closest name: midnightblue
RGB
1, 49, 105
HSL
212°, 98%, 21%
CMYK
99, 53, 0, 59
Luminance
0.0322
Every format
| HEX | #013169 |
| RGB | rgb(1, 49, 105) |
| HSL | hsl(212, 98%, 21%) |
| CMYK | cmyk(99%, 53%, 0%, 59%) |
| LAB | lab(20.9 9.7 -36.8) |
| LCH | lch(20.9 38.1 284.8) |
| OKLCH | oklch(0.321 0.109 256.3) |
Copy-ready code
/* CSS */
color: #013169;
background-color: #013169;
/* Tailwind (arbitrary) */
class="text-[#013169] bg-[#013169]"
/* SCSS */
$brand: #013169;
/* SwiftUI */
Color(red: 0.004, green: 0.192, blue: 0.412)
/* Android */
Color.parseColor("#013169")Accessibility — WCAG contrast
Aa
#013169 on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#013169 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green19.2%
Blue41.2%
CMYK percentages
Cyan99.0%
Magenta53.3%
Yellow0.0%
Key (black)58.8%
Color previews
#013169 text on a black background
contrast 1.64:1
Card sample
#013169 text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #013169;
Background color
Panel with #013169 background
background-color: #013169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #013169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 49, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 49, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #013169; background: linear-gradient(135deg, #013169, #160169);