#0F16E2
A medium, vivid blue closely aligning with Mediumblue.
About #0F16E2
At its core, #0F16E2 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 22, and 226.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 90% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F16E2
RGB15, 22, 226
HSL238.0°, 87.6%, 47.3%
CMYK93%, 90%, 0%, 11%
HSV238.0°, 93.4%, 88.6%
LAB29.8, 67.8, -95.5
XYZ14.2, 6.2, 72.4
Decimal988898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.40:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
8.99:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F16E2;
}
.text-color {
color: #0F16E2;
}
.border-color {
border: 2px solid #0F16E2;
}