#0F00A8
A dark, vivid blue closely aligning with Darkblue.
About #0F00A8
At its core, #0F00A8 is a dark and vivid hue. It is closely associated with the named CSS color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 0, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 100% M, 0% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F00A8
RGB15, 0, 168
HSL245.4°, 100.0%, 32.9%
CMYK91%, 100%, 0%, 34%
HSV245.4°, 100.0%, 65.9%
LAB19.8, 58.1, -78.2
XYZ7.3, 2.9, 37.2
Decimal983208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.24:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.66:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00A8;
}
.text-color {
color: #0F00A8;
}
.border-color {
border: 2px solid #0F00A8;
}