Shades of Dark Cerulean #17417C
Tints of Dark Cerulean #17417C
RGB
CMYK
RGB Variations
Color information
#17417C (or 0x17417C) is known color: Dark Cerulean. HEX triplet: 17, 41 and 7C. RGB value is (23,65,124). Sum of RGB (Red+Green+Blue) = 23+65+124=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #17417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17417C is #E8BE83. Grayscale: #3A3A3A. Windows color (decimal): -15253124 or 8143127. OLE color: 8143127.
HSL color Cylindrical-coordinate representation of color #17417C: hue angle of 215.05º 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 #17417C is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 65 | 124 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.51 |
| HSL | 215.05º | 0.69% | 0.29% | - |
| HSV(B) | 215.05º | 0.81% | 0.49% | - |
| XYZ | 5.88 | 5.42 | 19.8 | - |
| YUV | 59.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 124 | 0.81 | 0.48 | 0 | 0.51 | 215.05 | 0.69 | 0.29 |
| Hex | 17 | 41 | 7C | 51 | 30 | 0 | 33 | D7 | 45 | 1D |
| Octal | 27 | 101 | 174 | 121 | 60 | 0 | 63 | 327 | 105 | 35 |
| Binary | 10111 | 1000001 | 1111100 | 1010001 | 110000 | 0 | 110011 | 11010111 | 1000101 | 11101 |
Color Harmonies of #17417C
Complementary color
Monochromatic Colors of #17417C
Black with #17417C
Text Example
Text Example
White with #17417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17417C; }
p { color: rgb(23,65,124); }
H1.HeaderClassName
{
color: #17417C;
}
.AnyTagClassName
{
color: #17417C;
}
</style>
background-color css
<style>
a { background-color: #17417C; }
a { background-color: rgb(23,65,124); }
div.DivClassName
{
background-color: #17417C;
}
.BgClassName
{
background-color: #17417C;
}
</style>
border-color css
<style>
span { border-color: #17417C; }
span { border-color: rgb(23,65,124); }
td.TdClassName
{
border-color: #17417C;
}
.TagClassName
{
border-color: #17417C;
}
</style>