#000FA8
A dark, vivid blue closely aligning with Darkblue.
About #000FA8
At its core, #000FA8 is a dark and vivid hue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(0, 15, 168).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 91% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000FA8
RGB0, 15, 168
HSL234.6°, 100.0%, 32.9%
CMYK100%, 91%, 0%, 34%
HSV234.6°, 100.0%, 65.9%
LAB20.7, 53.7, -76.6
XYZ7.2, 3.2, 37.3
Decimal4008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.85:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.29:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FA8;
}
.text-color {
color: #000FA8;
}
.border-color {
border: 2px solid #000FA8;
}