Shades of Cerulean #11709C
Tints of Cerulean #11709C
RGB
CMYK
RGB Variations
Color information
#11709C (or 0x11709C) is known color: Cerulean. HEX triplet: 11, 70 and 9C. RGB value is (17,112,156). Sum of RGB (Red+Green+Blue) = 17+112+156=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #11709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11709C is #EE8F63. Grayscale: #585858. Windows color (decimal): -15634276 or 10252305. OLE color: 10252305.
HSL color Cylindrical-coordinate representation of color #11709C: hue angle of 198.99º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11709C is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 112 | 156 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.39 |
| HSL | 198.99º | 0.8% | 0.34% | - |
| HSV(B) | 198.99º | 0.89% | 0.61% | - |
| XYZ | 12.03 | 14.11 | 33.54 | - |
| YUV | 88.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 156 | 0.89 | 0.28 | 0 | 0.39 | 198.99 | 0.8 | 0.34 |
| Hex | 11 | 70 | 9C | 59 | 1C | 0 | 27 | C7 | 50 | 22 |
| Octal | 21 | 160 | 234 | 131 | 34 | 0 | 47 | 307 | 120 | 42 |
| Binary | 10001 | 1110000 | 10011100 | 1011001 | 11100 | 0 | 100111 | 11000111 | 1010000 | 100010 |
Color Harmonies of #11709C
Complementary color
Monochromatic Colors of #11709C
Black with #11709C
Text Example
Text Example
White with #11709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11709C; }
p { color: rgb(17,112,156); }
H1.HeaderClassName
{
color: #11709C;
}
.AnyTagClassName
{
color: #11709C;
}
</style>
background-color css
<style>
a { background-color: #11709C; }
a { background-color: rgb(17,112,156); }
div.DivClassName
{
background-color: #11709C;
}
.BgClassName
{
background-color: #11709C;
}
</style>
border-color css
<style>
span { border-color: #11709C; }
span { border-color: rgb(17,112,156); }
td.TdClassName
{
border-color: #11709C;
}
.TagClassName
{
border-color: #11709C;
}
</style>