#0F008A
A dark, vivid blue closely aligning with Darkblue.
About #0F008A
The hex code #0F008A represents a beautifully specific shade of blue. Its closest recognized web color is Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 0, and 138.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#0F008A
RGB15, 0, 138
HSL246.5°, 100.0%, 27.1%
CMYK89%, 100%, 0%, 46%
HSV246.5°, 100.0%, 54.1%
LAB15.2, 50.3, -67.4
XYZ4.8, 1.9, 24.2
Decimal983178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.14:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.47:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F008A;
}
.text-color {
color: #0F008A;
}
.border-color {
border: 2px solid #0F008A;
}