Shades of Cerulean #11709D
Tints of Cerulean #11709D
RGB
CMYK
RGB Variations
Color information
#11709D (or 0x11709D) is known color: Cerulean. HEX triplet: 11, 70 and 9D. RGB value is (17,112,157). Sum of RGB (Red+Green+Blue) = 17+112+157=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #11709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11709D is #EE8F62. Grayscale: #585858. Windows color (decimal): -15634275 or 10317841. OLE color: 10317841.
HSL color Cylindrical-coordinate representation of color #11709D: hue angle of 199.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11709D is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 112 | 157 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.38 |
| HSL | 199.29º | 0.8% | 0.34% | - |
| HSV(B) | 199.29º | 0.89% | 0.62% | - |
| XYZ | 12.11 | 14.14 | 33.99 | - |
| YUV | 88.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 157 | 0.89 | 0.29 | 0 | 0.38 | 199.29 | 0.8 | 0.34 |
| Hex | 11 | 70 | 9D | 59 | 1D | 0 | 26 | C7 | 50 | 22 |
| Octal | 21 | 160 | 235 | 131 | 35 | 0 | 46 | 307 | 120 | 42 |
| Binary | 10001 | 1110000 | 10011101 | 1011001 | 11101 | 0 | 100110 | 11000111 | 1010000 | 100010 |
Color Harmonies of #11709D
Complementary color
Monochromatic Colors of #11709D
Black with #11709D
Text Example
Text Example
White with #11709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11709D; }
p { color: rgb(17,112,157); }
H1.HeaderClassName
{
color: #11709D;
}
.AnyTagClassName
{
color: #11709D;
}
</style>
background-color css
<style>
a { background-color: #11709D; }
a { background-color: rgb(17,112,157); }
div.DivClassName
{
background-color: #11709D;
}
.BgClassName
{
background-color: #11709D;
}
</style>
border-color css
<style>
span { border-color: #11709D; }
span { border-color: rgb(17,112,157); }
td.TdClassName
{
border-color: #11709D;
}
.TagClassName
{
border-color: #11709D;
}
</style>