#000F6D
A dark, vivid blue closely aligning with Midnightblue.
About #000F6D
At its core, #000F6D is a dark and vivid hue. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 0 red, 15 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 86% magenta, 0% yellow, and 57% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000F6D
RGB0, 15, 109
HSL231.7°, 100.0%, 21.4%
CMYK100%, 86%, 0%, 57%
HSV231.7°, 100.0%, 42.7%
LAB12.3, 35.0, -53.6
XYZ2.9, 1.4, 14.6
Decimal3949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.29:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.57:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F6D;
}
.text-color {
color: #000F6D;
}
.border-color {
border: 2px solid #000F6D;
}