#01496e
a deep, electric blue · cool · closest name: steelblue
RGB
1, 73, 110
HSL
200°, 98%, 22%
CMYK
99, 34, 0, 57
Luminance
0.0590
Every format
| HEX | #01496e |
| RGB | rgb(1, 73, 110) |
| HSL | hsl(200, 98%, 22%) |
| CMYK | cmyk(99%, 34%, 0%, 57%) |
| LAB | lab(29.1 -4.7 -26.8) |
| LCH | lch(29.1 27.3 260.1) |
| OKLCH | oklch(0.387 0.088 240.1) |
Copy-ready code
/* CSS */
color: #01496e;
background-color: #01496e;
/* Tailwind (arbitrary) */
class="text-[#01496e] bg-[#01496e]"
/* SCSS */
$brand: #01496e;
/* SwiftUI */
Color(red: 0.004, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#01496e")Accessibility — WCAG contrast
Aa
#01496e on white: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01496e on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green28.6%
Blue43.1%
CMYK percentages
Cyan99.1%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#01496e text on a black background
contrast 2.18:1
Card sample
#01496e text on a white background
contrast 9.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01496e;
Background color
Panel with #01496e background
background-color: #01496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01496e; background: linear-gradient(135deg, #01496e, #02016E);