Shades of Cerulean #116E99
Tints of Cerulean #116E99
RGB
CMYK
RGB Variations
Color information
#116E99 (or 0x116E99) is known color: Cerulean. HEX triplet: 11, 6E and 99. RGB value is (17,110,153). Sum of RGB (Red+Green+Blue) = 17+110+153=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #116E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E99 is #EE9166. Grayscale: #565656. Windows color (decimal): -15634791 or 10055185. OLE color: 10055185.
HSL color Cylindrical-coordinate representation of color #116E99: hue angle of 198.97º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116E99 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 110 | 153 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.4 |
| HSL | 198.97º | 0.8% | 0.33% | - |
| HSV(B) | 198.97º | 0.89% | 0.6% | - |
| XYZ | 11.56 | 13.57 | 32.15 | - |
| YUV | 87.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 153 | 0.89 | 0.28 | 0 | 0.4 | 198.97 | 0.8 | 0.33 |
| Hex | 11 | 6E | 99 | 59 | 1C | 0 | 28 | C7 | 50 | 21 |
| Octal | 21 | 156 | 231 | 131 | 34 | 0 | 50 | 307 | 120 | 41 |
| Binary | 10001 | 1101110 | 10011001 | 1011001 | 11100 | 0 | 101000 | 11000111 | 1010000 | 100001 |
Color Harmonies of #116E99
Complementary color
Monochromatic Colors of #116E99
Black with #116E99
Text Example
Text Example
White with #116E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E99; }
p { color: rgb(17,110,153); }
H1.HeaderClassName
{
color: #116E99;
}
.AnyTagClassName
{
color: #116E99;
}
</style>
background-color css
<style>
a { background-color: #116E99; }
a { background-color: rgb(17,110,153); }
div.DivClassName
{
background-color: #116E99;
}
.BgClassName
{
background-color: #116E99;
}
</style>
border-color css
<style>
span { border-color: #116E99; }
span { border-color: rgb(17,110,153); }
td.TdClassName
{
border-color: #116E99;
}
.TagClassName
{
border-color: #116E99;
}
</style>