Shades of Cerulean #116996
Tints of Cerulean #116996
RGB
CMYK
RGB Variations
Color information
#116996 (or 0x116996) is known color: Cerulean. HEX triplet: 11, 69 and 96. RGB value is (17,105,150). Sum of RGB (Red+Green+Blue) = 17+105+150=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #116996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116996 is #EE9669. Grayscale: #535353. Windows color (decimal): -15636074 or 9857297. OLE color: 9857297.
HSL color Cylindrical-coordinate representation of color #116996: hue angle of 200.3º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116996 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 105 | 150 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.41 |
| HSL | 200.3º | 0.8% | 0.33% | - |
| HSV(B) | 200.3º | 0.89% | 0.59% | - |
| XYZ | 10.79 | 12.42 | 30.68 | - |
| YUV | 83.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 150 | 0.89 | 0.30 | 0 | 0.41 | 200.3 | 0.8 | 0.33 |
| Hex | 11 | 69 | 96 | 59 | 1E | 0 | 29 | C8 | 50 | 21 |
| Octal | 21 | 151 | 226 | 131 | 36 | 0 | 51 | 310 | 120 | 41 |
| Binary | 10001 | 1101001 | 10010110 | 1011001 | 11110 | 0 | 101001 | 11001000 | 1010000 | 100001 |
Color Harmonies of #116996
Complementary color
Monochromatic Colors of #116996
Black with #116996
Text Example
Text Example
White with #116996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116996; }
p { color: rgb(17,105,150); }
H1.HeaderClassName
{
color: #116996;
}
.AnyTagClassName
{
color: #116996;
}
</style>
background-color css
<style>
a { background-color: #116996; }
a { background-color: rgb(17,105,150); }
div.DivClassName
{
background-color: #116996;
}
.BgClassName
{
background-color: #116996;
}
</style>
border-color css
<style>
span { border-color: #116996; }
span { border-color: rgb(17,105,150); }
td.TdClassName
{
border-color: #116996;
}
.TagClassName
{
border-color: #116996;
}
</style>