#0016D3
A medium, vivid blue closely aligning with Mediumblue.
About #0016D3
When working with digital screens, the color #0016D3 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(0, 22, 211).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 90% Magenta, 0% Yellow, and 17% Black. The HSL representation is 233.7° hue, 100.0% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0016D3
RGB0, 22, 211
HSL233.7°, 100.0%, 41.4%
CMYK100%, 90%, 0%, 17%
HSV233.7°, 100.0%, 82.7%
LAB27.5, 63.6, -90.8
XYZ12.0, 5.3, 62.0
Decimal5843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.22:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.77:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016D3;
}
.text-color {
color: #0016D3;
}
.border-color {
border: 2px solid #0016D3;
}