#0F1D42
A very dark, moderate blue closely aligning with Black.
About #0F1D42
At its core, #0F1D42 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 29, and 66.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 77% cyan and 56% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F1D42
RGB15, 29, 66
HSL223.5°, 63.0%, 15.9%
CMYK77%, 56%, 0%, 74%
HSV223.5°, 77.3%, 25.9%
LAB11.8, 8.9, -25.3
XYZ1.6, 1.4, 5.3
Decimal990530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.47:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.75:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D42;
}
.text-color {
color: #0F1D42;
}
.border-color {
border: 2px solid #0F1D42;
}