#1D426D
A dark, moderate blue closely aligning with Steelblue.
About #1D426D
Visually, #1D426D is defined as a moderate blue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 29 parts red, 66 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 73% Cyan, 39% Magenta, 0% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#1D426D
RGB29, 66, 109
HSL212.2°, 58.0%, 27.1%
CMYK73%, 39%, 0%, 57%
HSV212.2°, 73.4%, 42.7%
LAB27.5, 2.6, -28.8
XYZ5.2, 5.3, 15.2
Decimal1917549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.23:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.78:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D426D;
}
.text-color {
color: #1D426D;
}
.border-color {
border: 2px solid #1D426D;
}