#0F33B6
A dark, vivid blue closely aligning with Darkblue.
About #0F33B6
The hex code #0F33B6 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 15 red, 51 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 92% cyan, 72% magenta, 0% yellow, and 29% black. The HSL representation is 227.1° hue, 84.8% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F33B6
RGB15, 51, 182
HSL227.1°, 84.8%, 38.6%
CMYK92%, 72%, 0%, 29%
HSV227.1°, 91.8%, 71.4%
LAB29.0, 40.6, -71.2
XYZ9.8, 5.8, 44.9
Decimal996278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.68:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.25:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33B6;
}
.text-color {
color: #0F33B6;
}
.border-color {
border: 2px solid #0F33B6;
}