#072C3A
A very dark, vivid blue closely aligning with Darkslategray.
About #072C3A
When working with digital screens, the color #072C3A is rendered by mixing light. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 7 red, 44 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 88% cyan, 24% magenta, 0% yellow, and 77% black. The HSL representation is 196.5° hue, 78.5% saturation, and 12.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#072C3A
RGB7, 44, 58
HSL196.5°, 78.5%, 12.7%
CMYK88%, 24%, 0%, 77%
HSV196.5°, 87.9%, 22.7%
LAB16.3, -7.0, -12.6
XYZ1.8, 2.2, 4.3
Decimal470074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.68:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.03:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072C3A;
}
.text-color {
color: #072C3A;
}
.border-color {
border: 2px solid #072C3A;
}