#0016C5
A dark, vivid blue closely aligning with Mediumblue.
About #0016C5
At its core, #0016C5 is a dark and vivid hue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(0, 22, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 89% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0016C5
RGB0, 22, 197
HSL233.3°, 100.0%, 38.6%
CMYK100%, 89%, 0%, 23%
HSV233.3°, 100.0%, 77.3%
LAB25.6, 59.7, -85.8
XYZ10.4, 4.6, 53.2
Decimal5829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.93:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.45:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016C5;
}
.text-color {
color: #0016C5;
}
.border-color {
border: 2px solid #0016C5;
}