Shades of Cerulean #116B99
Tints of Cerulean #116B99
RGB
CMYK
RGB Variations
Color information
#116B99 (or 0x116B99) is known color: Cerulean. HEX triplet: 11, 6B and 99. RGB value is (17,107,153). Sum of RGB (Red+Green+Blue) = 17+107+153=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #116B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116B99 is #EE9466. Grayscale: #555555. Windows color (decimal): -15635559 or 10054417. OLE color: 10054417.
HSL color Cylindrical-coordinate representation of color #116B99: hue angle of 200.29º 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 #116B99 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 107 | 153 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.4 |
| HSL | 200.29º | 0.8% | 0.33% | - |
| HSV(B) | 200.29º | 0.89% | 0.6% | - |
| XYZ | 11.24 | 12.93 | 32.04 | - |
| YUV | 85.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 153 | 0.89 | 0.30 | 0 | 0.4 | 200.29 | 0.8 | 0.33 |
| Hex | 11 | 6B | 99 | 59 | 1E | 0 | 28 | C8 | 50 | 21 |
| Octal | 21 | 153 | 231 | 131 | 36 | 0 | 50 | 310 | 120 | 41 |
| Binary | 10001 | 1101011 | 10011001 | 1011001 | 11110 | 0 | 101000 | 11001000 | 1010000 | 100001 |
Color Harmonies of #116B99
Complementary color
Monochromatic Colors of #116B99
Black with #116B99
Text Example
Text Example
White with #116B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B99; }
p { color: rgb(17,107,153); }
H1.HeaderClassName
{
color: #116B99;
}
.AnyTagClassName
{
color: #116B99;
}
</style>
background-color css
<style>
a { background-color: #116B99; }
a { background-color: rgb(17,107,153); }
div.DivClassName
{
background-color: #116B99;
}
.BgClassName
{
background-color: #116B99;
}
</style>
border-color css
<style>
span { border-color: #116B99; }
span { border-color: rgb(17,107,153); }
td.TdClassName
{
border-color: #116B99;
}
.TagClassName
{
border-color: #116B99;
}
</style>