#163ACC
A medium, vivid blue closely aligning with Darkblue.
About #163ACC
When working with digital screens, the color #163ACC is rendered by mixing light. Its closest recognized web color is Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 58, and 204.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 89% cyan, 72% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#163ACC
RGB22, 58, 204
HSL228.1°, 80.5%, 44.3%
CMYK89%, 72%, 0%, 20%
HSV228.1°, 89.2%, 80.0%
LAB33.0, 44.5, -77.5
XYZ12.7, 7.6, 57.9
Decimal1456844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163ACC;
}
.text-color {
color: #163ACC;
}
.border-color {
border: 2px solid #163ACC;
}