#16506D
A dark, moderate blue closely aligning with Darkslategray.
About #16506D
The hex code #16506D represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(22, 80, 109).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 80% cyan, 27% magenta, 0% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16506D
RGB22, 80, 109
HSL200.0°, 66.4%, 25.7%
CMYK80%, 27%, 0%, 57%
HSV200.0°, 79.8%, 42.7%
LAB31.8, -7.5, -22.0
XYZ6.0, 7.0, 15.5
Decimal1462381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.74:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.35:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #16506D;
}
.text-color {
color: #16506D;
}
.border-color {
border: 2px solid #16506D;
}