#160092
A dark, vivid blue closely aligning with Darkblue.
About #160092
Visually, #160092 is defined as a vivid blue. Its closest recognized web color is Darkblue. Its digital footprint relies on 22 parts red, 0 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 100% M, 0% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
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#160092
RGB22, 0, 146
HSL249.0°, 100.0%, 28.6%
CMYK85%, 100%, 0%, 43%
HSV249.0°, 100.0%, 57.3%
LAB16.7, 52.5, -69.7
XYZ5.5, 2.2, 27.3
Decimal1441938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.49:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.85:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160092;
}
.text-color {
color: #160092;
}
.border-color {
border: 2px solid #160092;
}