#0F16A8
A dark, vivid blue closely aligning with Darkblue.
About #0F16A8
At its core, #0F16A8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 22, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 91% cyan and 87% magenta inks. With a hue angle of 237.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F16A8
RGB15, 22, 168
HSL237.3°, 83.6%, 35.9%
CMYK91%, 87%, 0%, 34%
HSV237.3°, 91.1%, 65.9%
LAB22.0, 51.4, -74.5
XYZ7.6, 3.5, 37.3
Decimal988840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.35:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.80:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F16A8;
}
.text-color {
color: #0F16A8;
}
.border-color {
border: 2px solid #0F16A8;
}