#0F4266
A dark, vivid blue closely aligning with Darkslategray.
About #0F4266
When working with digital screens, the color #0F4266 is rendered by mixing light. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 66, and 102.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 35% Magenta, 0% Yellow, and 60% Black. With a hue angle of 204.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F4266
RGB15, 66, 102
HSL204.8°, 74.4%, 22.9%
CMYK85%, 35%, 0%, 60%
HSV204.8°, 85.3%, 40.0%
LAB26.6, -2.2, -25.7
XYZ4.5, 5.0, 13.3
Decimal1000038
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.55:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.08:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F4266;
}
.text-color {
color: #0F4266;
}
.border-color {
border: 2px solid #0F4266;
}