#0016CC
A medium, vivid blue closely aligning with Mediumblue.
About #0016CC
Visually, #0016CC is defined as a vivid blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(0, 22, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 89% M, 0% Y, and 20% K. The HSL representation is 233.5° hue, 100.0% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0016CC
RGB0, 22, 204
HSL233.5°, 100.0%, 40.0%
CMYK100%, 89%, 0%, 20%
HSV233.5°, 100.0%, 80.0%
LAB26.5, 61.6, -88.3
XYZ11.2, 4.9, 57.5
Decimal5836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.57:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.10:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016CC;
}
.text-color {
color: #0016CC;
}
.border-color {
border: 2px solid #0016CC;
}