#0016AF
A dark, vivid blue closely aligning with Darkblue.
About #0016AF
When working with digital screens, the color #0016AF is rendered by mixing light. Designers often compare it to the standard color Darkblue. Its digital footprint relies on 0 parts red, 22 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 87% magenta, 0% yellow, and 31% black. With a hue angle of 232.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0016AF
RGB0, 22, 175
HSL232.5°, 100.0%, 34.3%
CMYK100%, 87%, 0%, 31%
HSV232.5°, 100.0%, 68.6%
LAB22.5, 53.2, -77.8
XYZ8.0, 3.7, 40.8
Decimal5807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.11:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.58:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016AF;
}
.text-color {
color: #0016AF;
}
.border-color {
border: 2px solid #0016AF;
}