Shades of Dark Cerulean #17427C
Tints of Dark Cerulean #17427C
RGB
CMYK
RGB Variations
Color information
#17427C (or 0x17427C) is known color: Dark Cerulean. HEX triplet: 17, 42 and 7C. RGB value is (23,66,124). Sum of RGB (Red+Green+Blue) = 23+66+124=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #17427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17427C is #E8BD83. Grayscale: #3B3B3B. Windows color (decimal): -15252868 or 8143383. OLE color: 8143383.
HSL color Cylindrical-coordinate representation of color #17427C: hue angle of 214.46º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17427C is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 66 | 124 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.51 |
| HSL | 214.46º | 0.69% | 0.29% | - |
| HSV(B) | 214.46º | 0.81% | 0.49% | - |
| XYZ | 5.94 | 5.53 | 19.82 | - |
| YUV | 59.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 124 | 0.81 | 0.47 | 0 | 0.51 | 214.46 | 0.69 | 0.29 |
| Hex | 17 | 42 | 7C | 51 | 2F | 0 | 33 | D6 | 45 | 1D |
| Octal | 27 | 102 | 174 | 121 | 57 | 0 | 63 | 326 | 105 | 35 |
| Binary | 10111 | 1000010 | 1111100 | 1010001 | 101111 | 0 | 110011 | 11010110 | 1000101 | 11101 |
Color Harmonies of #17427C
Complementary color
Monochromatic Colors of #17427C
Black with #17427C
Text Example
Text Example
White with #17427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17427C; }
p { color: rgb(23,66,124); }
H1.HeaderClassName
{
color: #17427C;
}
.AnyTagClassName
{
color: #17427C;
}
</style>
background-color css
<style>
a { background-color: #17427C; }
a { background-color: rgb(23,66,124); }
div.DivClassName
{
background-color: #17427C;
}
.BgClassName
{
background-color: #17427C;
}
</style>
border-color css
<style>
span { border-color: #17427C; }
span { border-color: rgb(23,66,124); }
td.TdClassName
{
border-color: #17427C;
}
.TagClassName
{
border-color: #17427C;
}
</style>