Shades of Cerulean #17799C
Tints of Cerulean #17799C
RGB
CMYK
RGB Variations
Color information
#17799C (or 0x17799C) is known color: Cerulean. HEX triplet: 17, 79 and 9C. RGB value is (23,121,156). Sum of RGB (Red+Green+Blue) = 23+121+156=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #17799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17799C is #E88663. Grayscale: #5F5F5F. Windows color (decimal): -15238756 or 10254615. OLE color: 10254615.
HSL color Cylindrical-coordinate representation of color #17799C: hue angle of 195.79º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17799C is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 121 | 156 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.39 |
| HSL | 195.79º | 0.74% | 0.35% | - |
| HSV(B) | 195.79º | 0.85% | 0.61% | - |
| XYZ | 13.19 | 16.26 | 33.9 | - |
| YUV | 95.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 156 | 0.85 | 0.22 | 0 | 0.39 | 195.79 | 0.74 | 0.35 |
| Hex | 17 | 79 | 9C | 55 | 16 | 0 | 27 | C4 | 4A | 23 |
| Octal | 27 | 171 | 234 | 125 | 26 | 0 | 47 | 304 | 112 | 43 |
| Binary | 10111 | 1111001 | 10011100 | 1010101 | 10110 | 0 | 100111 | 11000100 | 1001010 | 100011 |
Color Harmonies of #17799C
Complementary color
Monochromatic Colors of #17799C
Black with #17799C
Text Example
Text Example
White with #17799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17799C; }
p { color: rgb(23,121,156); }
H1.HeaderClassName
{
color: #17799C;
}
.AnyTagClassName
{
color: #17799C;
}
</style>
background-color css
<style>
a { background-color: #17799C; }
a { background-color: rgb(23,121,156); }
div.DivClassName
{
background-color: #17799C;
}
.BgClassName
{
background-color: #17799C;
}
</style>
border-color css
<style>
span { border-color: #17799C; }
span { border-color: rgb(23,121,156); }
td.TdClassName
{
border-color: #17799C;
}
.TagClassName
{
border-color: #17799C;
}
</style>