#0010b2
a dark, electric blue · warm · closest name: navy
RGB
0, 16, 178
HSL
235°, 100%, 35%
CMYK
100, 91, 0, 30
Luminance
0.0358
Every format
| HEX | #0010b2 |
| RGB | rgb(0, 16, 178) |
| HSL | hsl(235, 100%, 35%) |
| CMYK | cmyk(100%, 91%, 0%, 30%) |
| LAB | lab(22.2 56.3 -80.1) |
| LCH | lch(22.2 97.8 305.1) |
| OKLCH | oklch(0.354 0.233 264.2) |
Copy-ready code
/* CSS */
color: #0010b2;
background-color: #0010b2;
/* Tailwind (arbitrary) */
class="text-[#0010b2] bg-[#0010b2]"
/* SCSS */
$brand: #0010b2;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.698)
/* Android */
Color.parseColor("#0010b2")Accessibility — WCAG contrast
Aa
#0010b2 on white: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0010b2 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue69.8%
CMYK percentages
Cyan100.0%
Magenta91.0%
Yellow0.0%
Key (black)30.2%
Color previews
#0010b2 text on a black background
contrast 1.72:1
Card sample
#0010b2 text on a white background
contrast 12.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0010b2;
Background color
Panel with #0010b2 background
background-color: #0010b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0010b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0010b2; background: linear-gradient(135deg, #0010b2, #6700B2);