#004266
A dark, vivid blue closely aligning with Darkslategray.
About #004266
When working with digital screens, the color #004266 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(0, 66, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 35% Magenta, 0% Yellow, and 60% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#004266
RGB0, 66, 102
HSL201.2°, 100.0%, 20.0%
CMYK100%, 35%, 0%, 60%
HSV201.2°, 100.0%, 40.0%
LAB26.3, -3.6, -26.2
XYZ4.3, 4.9, 13.3
Decimal16998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.65:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.18:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004266;
}
.text-color {
color: #004266;
}
.border-color {
border: 2px solid #004266;
}