#00507C
A dark, vivid blue closely aligning with Steelblue.
About #00507C
Visually, #00507C is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(0, 80, 124).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 35% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#00507C
RGB0, 80, 124
HSL201.3°, 100.0%, 24.3%
CMYK100%, 35%, 0%, 51%
HSV201.3°, 100.0%, 48.6%
LAB32.2, -3.4, -30.7
XYZ6.5, 7.2, 20.1
Decimal20604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.61:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.23:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00507C;
}
.text-color {
color: #00507C;
}
.border-color {
border: 2px solid #00507C;
}