#0016BD
A dark, vivid blue closely aligning with Mediumblue.
About #0016BD
When working with digital screens, the color #0016BD is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 22, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 88% magenta, 0% yellow, and 26% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0016BD
RGB0, 22, 189
HSL233.0°, 100.0%, 37.1%
CMYK100%, 88%, 0%, 26%
HSV233.0°, 100.0%, 74.1%
LAB24.5, 57.4, -82.9
XYZ9.5, 4.2, 48.5
Decimal5821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.35:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.85:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016BD;
}
.text-color {
color: #0016BD;
}
.border-color {
border: 2px solid #0016BD;
}