#162CDB
A medium, vivid blue closely aligning with Mediumblue.
About #162CDB
When working with digital screens, the color #162CDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(22, 44, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 80% M, 0% Y, and 14% K. With a hue angle of 233.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#162CDB
RGB22, 44, 219
HSL233.3°, 81.7%, 47.3%
CMYK90%, 80%, 0%, 14%
HSV233.3°, 90.0%, 85.9%
LAB32.0, 57.3, -87.9
XYZ14.0, 7.1, 67.6
Decimal1453275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.69:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.30:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #162CDB;
}
.text-color {
color: #162CDB;
}
.border-color {
border: 2px solid #162CDB;
}