#0F33BD
A medium, vivid blue closely aligning with Darkblue.
About #0F33BD
The hex code #0F33BD represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 51, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 92% cyan, 73% magenta, 0% yellow, and 26% black. The HSL representation is 227.6° hue, 85.3% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F33BD
RGB15, 51, 189
HSL227.6°, 85.3%, 40.0%
CMYK92%, 73%, 0%, 26%
HSV227.6°, 92.1%, 74.1%
LAB29.8, 43.1, -74.1
XYZ10.6, 6.1, 48.8
Decimal996285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.01:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33BD;
}
.text-color {
color: #0F33BD;
}
.border-color {
border: 2px solid #0F33BD;
}