#163A5F
A dark, moderate blue closely aligning with Darkslategray.
About #163A5F
When working with digital screens, the color #163A5F is rendered by mixing light. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(22, 58, 95).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 39% magenta, 0% yellow, and 63% black. The HSL representation is 210.4° hue, 62.4% saturation, and 22.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#163A5F
RGB22, 58, 95
HSL210.4°, 62.4%, 22.9%
CMYK77%, 39%, 0%, 63%
HSV210.4°, 76.8%, 37.3%
LAB23.7, 1.3, -25.7
XYZ3.9, 4.0, 11.4
Decimal1456735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.64:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.12:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163A5F;
}
.text-color {
color: #163A5F;
}
.border-color {
border: 2px solid #163A5F;
}