#072C49
A very dark, vivid blue closely aligning with Darkslategray.
About #072C49
Visually, #072C49 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 44, and 73.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 90% cyan, 40% magenta, 0% yellow, and 71% black. With a hue angle of 206.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#072C49
RGB7, 44, 73
HSL206.4°, 82.5%, 15.7%
CMYK90%, 40%, 0%, 71%
HSV206.4°, 90.4%, 28.6%
LAB17.1, -0.5, -21.6
XYZ2.2, 2.3, 6.6
Decimal470089
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.33:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.70:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072C49;
}
.text-color {
color: #072C49;
}
.border-color {
border: 2px solid #072C49;
}