#000F3A
A very dark, vivid blue closely aligning with Midnightblue.
About #000F3A
The hex code #000F3A represents a beautifully specific shade of blue. Its closest recognized web color is Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 15, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 74% M, 0% Y, and 77% K. The HSL representation is 224.5° hue, 100.0% saturation, and 11.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000F3A
RGB0, 15, 58
HSL224.5°, 100.0%, 11.4%
CMYK100%, 74%, 0%, 77%
HSV224.5°, 100.0%, 22.7%
LAB5.8, 13.0, -29.3
XYZ0.9, 0.6, 4.1
Decimal3898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.59:1
Text on #FFFFFF
AAA
1.13:1
Text on #000000
FAIL
17.77:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F3A;
}
.text-color {
color: #000F3A;
}
.border-color {
border: 2px solid #000F3A;
}