#000FC5
A dark, vivid blue closely aligning with Mediumblue.
About #000FC5
At its core, #000FC5 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(0, 15, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 92% magenta, 0% yellow, and 23% black. The HSL representation is 235.4° hue, 100.0% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#000FC5
RGB0, 15, 197
HSL235.4°, 100.0%, 38.6%
CMYK100%, 92%, 0%, 23%
HSV235.4°, 100.0%, 77.3%
LAB24.9, 61.8, -87.0
XYZ10.2, 4.4, 53.1
Decimal4037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.20:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.71:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FC5;
}
.text-color {
color: #000FC5;
}
.border-color {
border: 2px solid #000FC5;
}