#160F92
A dark, vivid blue closely aligning with Darkblue.
About #160F92
Visually, #160F92 is defined as a vivid blue. Designers often compare it to the standard color Darkblue. Its digital footprint relies on 22 parts red, 15 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 90% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160F92
RGB22, 15, 146
HSL243.2°, 81.4%, 31.6%
CMYK85%, 90%, 0%, 43%
HSV243.2°, 89.7%, 57.3%
LAB18.3, 47.7, -67.1
XYZ5.7, 2.6, 27.4
Decimal1445778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.84:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.23:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F92;
}
.text-color {
color: #160F92;
}
.border-color {
border: 2px solid #160F92;
}