Shades of Cerulean #116C98
Tints of Cerulean #116C98
RGB
CMYK
RGB Variations
Color information
#116C98 (or 0x116C98) is known color: Cerulean. HEX triplet: 11, 6C and 98. RGB value is (17,108,152). Sum of RGB (Red+Green+Blue) = 17+108+152=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #116C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C98 is #EE9367. Grayscale: #555555. Windows color (decimal): -15635304 or 9989137. OLE color: 9989137.
HSL color Cylindrical-coordinate representation of color #116C98: hue angle of 199.56º 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 #116C98 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 108 | 152 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.40 |
| HSL | 199.56º | 0.8% | 0.33% | - |
| HSV(B) | 199.56º | 0.89% | 0.6% | - |
| XYZ | 11.26 | 13.11 | 31.64 | - |
| YUV | 85.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 152 | 0.89 | 0.29 | 0 | 0.40 | 199.56 | 0.8 | 0.33 |
| Hex | 11 | 6C | 98 | 59 | 1D | 0 | 28 | C8 | 50 | 21 |
| Octal | 21 | 154 | 230 | 131 | 35 | 0 | 50 | 310 | 120 | 41 |
| Binary | 10001 | 1101100 | 10011000 | 1011001 | 11101 | 0 | 101000 | 11001000 | 1010000 | 100001 |
Color Harmonies of #116C98
Complementary color
Monochromatic Colors of #116C98
Black with #116C98
Text Example
Text Example
White with #116C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C98; }
p { color: rgb(17,108,152); }
H1.HeaderClassName
{
color: #116C98;
}
.AnyTagClassName
{
color: #116C98;
}
</style>
background-color css
<style>
a { background-color: #116C98; }
a { background-color: rgb(17,108,152); }
div.DivClassName
{
background-color: #116C98;
}
.BgClassName
{
background-color: #116C98;
}
</style>
border-color css
<style>
span { border-color: #116C98; }
span { border-color: rgb(17,108,152); }
td.TdClassName
{
border-color: #116C98;
}
.TagClassName
{
border-color: #116C98;
}
</style>