#0F00B6
A dark, vivid blue closely aligning with Mediumblue.
About #0F00B6
Visually, #0F00B6 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 15 parts red, 0 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 92% cyan, 100% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F00B6
RGB15, 0, 182
HSL244.9°, 100.0%, 35.7%
CMYK92%, 100%, 0%, 29%
HSV244.9°, 100.0%, 71.4%
LAB21.9, 61.6, -83.1
XYZ8.6, 3.5, 44.5
Decimal983222
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.38:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.84:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00B6;
}
.text-color {
color: #0F00B6;
}
.border-color {
border: 2px solid #0F00B6;
}