Shades of Dark Cerulean #17486F
Tints of Dark Cerulean #17486F
RGB
CMYK
RGB Variations
Color information
#17486F (or 0x17486F) is known color: Dark Cerulean. HEX triplet: 17, 48 and 6F. RGB value is (23,72,111). Sum of RGB (Red+Green+Blue) = 23+72+111=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #17486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17486F is #E8B790. Grayscale: #3D3D3D. Windows color (decimal): -15251345 or 7292951. OLE color: 7292951.
HSL color Cylindrical-coordinate representation of color #17486F: hue angle of 206.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17486F is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 72 | 111 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.56 |
| HSL | 206.59º | 0.66% | 0.26% | - |
| HSV(B) | 206.59º | 0.79% | 0.44% | - |
| XYZ | 5.54 | 5.96 | 15.9 | - |
| YUV | 61.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 111 | 0.79 | 0.35 | 0 | 0.56 | 206.59 | 0.66 | 0.26 |
| Hex | 17 | 48 | 6F | 4F | 23 | 0 | 38 | CF | 42 | 1A |
| Octal | 27 | 110 | 157 | 117 | 43 | 0 | 70 | 317 | 102 | 32 |
| Binary | 10111 | 1001000 | 1101111 | 1001111 | 100011 | 0 | 111000 | 11001111 | 1000010 | 11010 |
Color Harmonies of #17486F
Complementary color
Monochromatic Colors of #17486F
Black with #17486F
Text Example
Text Example
White with #17486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17486F; }
p { color: rgb(23,72,111); }
H1.HeaderClassName
{
color: #17486F;
}
.AnyTagClassName
{
color: #17486F;
}
</style>
background-color css
<style>
a { background-color: #17486F; }
a { background-color: rgb(23,72,111); }
div.DivClassName
{
background-color: #17486F;
}
.BgClassName
{
background-color: #17486F;
}
</style>
border-color css
<style>
span { border-color: #17486F; }
span { border-color: rgb(23,72,111); }
td.TdClassName
{
border-color: #17486F;
}
.TagClassName
{
border-color: #17486F;
}
</style>