#0757A0
A dark, vivid blue closely aligning with Darkslateblue.
About #0757A0
At its core, #0757A0 is a dark and vivid hue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(7, 87, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 96% cyan, 46% magenta, 0% yellow, and 37% black. The HSL representation is 208.6° hue, 91.6% saturation, and 32.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0757A0
RGB7, 87, 160
HSL208.6°, 91.6%, 32.7%
CMYK96%, 46%, 0%, 37%
HSV208.6°, 95.6%, 62.7%
LAB36.7, 7.4, -45.5
XYZ9.8, 9.4, 34.6
Decimal481184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.29:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.97:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0757A0;
}
.text-color {
color: #0757A0;
}
.border-color {
border: 2px solid #0757A0;
}