Shades of Dark Cerulean #17427E
Tints of Dark Cerulean #17427E
RGB
CMYK
RGB Variations
Color information
#17427E (or 0x17427E) is known color: Dark Cerulean. HEX triplet: 17, 42 and 7E. RGB value is (23,66,126). Sum of RGB (Red+Green+Blue) = 23+66+126=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #17427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17427E is #E8BD81. Grayscale: #3B3B3B. Windows color (decimal): -15252866 or 8274455. OLE color: 8274455.
HSL color Cylindrical-coordinate representation of color #17427E: hue angle of 214.95º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17427E is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 66 | 126 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.51 |
| HSL | 214.95º | 0.69% | 0.29% | - |
| HSV(B) | 214.95º | 0.82% | 0.49% | - |
| XYZ | 6.07 | 5.58 | 20.5 | - |
| YUV | 59.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 126 | 0.82 | 0.48 | 0 | 0.51 | 214.95 | 0.69 | 0.29 |
| Hex | 17 | 42 | 7E | 52 | 30 | 0 | 33 | D7 | 45 | 1D |
| Octal | 27 | 102 | 176 | 122 | 60 | 0 | 63 | 327 | 105 | 35 |
| Binary | 10111 | 1000010 | 1111110 | 1010010 | 110000 | 0 | 110011 | 11010111 | 1000101 | 11101 |
Color Harmonies of #17427E
Complementary color
Monochromatic Colors of #17427E
Black with #17427E
Text Example
Text Example
White with #17427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17427E; }
p { color: rgb(23,66,126); }
H1.HeaderClassName
{
color: #17427E;
}
.AnyTagClassName
{
color: #17427E;
}
</style>
background-color css
<style>
a { background-color: #17427E; }
a { background-color: rgb(23,66,126); }
div.DivClassName
{
background-color: #17427E;
}
.BgClassName
{
background-color: #17427E;
}
</style>
border-color css
<style>
span { border-color: #17427E; }
span { border-color: rgb(23,66,126); }
td.TdClassName
{
border-color: #17427E;
}
.TagClassName
{
border-color: #17427E;
}
</style>