#0F0FB6
A dark, vivid blue closely aligning with Mediumblue.
About #0F0FB6
The hex code #0F0FB6 represents a beautifully specific shade of blue. 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, 15, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 92% cyan and 92% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F0FB6
RGB15, 15, 182
HSL240.0°, 84.8%, 38.6%
CMYK92%, 92%, 0%, 29%
HSV240.0°, 91.8%, 71.4%
LAB23.1, 57.9, -81.1
XYZ8.8, 3.8, 44.5
Decimal987062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.90:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.38:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FB6;
}
.text-color {
color: #0F0FB6;
}
.border-color {
border: 2px solid #0F0FB6;
}