#167CA8
A dark, vivid blue closely aligning with Steelblue.
About #167CA8
At its core, #167CA8 is a dark and vivid hue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(22, 124, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 87% cyan, 26% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
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#167CA8
RGB22, 124, 168
HSL198.1°, 76.8%, 37.3%
CMYK87%, 26%, 0%, 34%
HSV198.1°, 86.9%, 65.9%
LAB48.8, -11.4, -31.1
XYZ14.6, 17.4, 39.6
Decimal1473704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167CA8;
}
.text-color {
color: #167CA8;
}
.border-color {
border: 2px solid #167CA8;
}