#0F426D
A dark, vivid blue closely aligning with Steelblue.
About #0F426D
The precise color #0F426D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 15 parts red, 66 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 86% C, 39% M, 0% Y, and 57% K. With a hue angle of 207.4 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F426D
RGB15, 66, 109
HSL207.4°, 75.8%, 24.3%
CMYK86%, 39%, 0%, 57%
HSV207.4°, 86.2%, 42.7%
LAB27.0, 0.7, -29.6
XYZ4.9, 5.1, 15.2
Decimal1000045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F426D;
}
.text-color {
color: #0F426D;
}
.border-color {
border: 2px solid #0F426D;
}