#16335F
A dark, moderate blue closely aligning with Darkslateblue.
About #16335F
At its core, #16335F is a dark and moderate hue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(22, 51, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 46% M, 0% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16335F
RGB22, 51, 95
HSL216.2°, 62.4%, 22.9%
CMYK77%, 46%, 0%, 63%
HSV216.2°, 76.8%, 37.3%
LAB21.4, 6.2, -29.4
XYZ3.6, 3.4, 11.3
Decimal1454943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.55:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.00:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #16335F;
}
.text-color {
color: #16335F;
}
.border-color {
border: 2px solid #16335F;
}