Shades of Cerulean #116C95
Tints of Cerulean #116C95
RGB
CMYK
RGB Variations
Color information
#116C95 (or 0x116C95) is known color: Cerulean. HEX triplet: 11, 6C and 95. RGB value is (17,108,149). Sum of RGB (Red+Green+Blue) = 17+108+149=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #116C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C95 is #EE936A. Grayscale: #555555. Windows color (decimal): -15635307 or 9792529. OLE color: 9792529.
HSL color Cylindrical-coordinate representation of color #116C95: hue angle of 198.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116C95 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 108 | 149 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.42 |
| HSL | 198.64º | 0.8% | 0.33% | - |
| HSV(B) | 198.64º | 0.89% | 0.58% | - |
| XYZ | 11.02 | 13.01 | 30.37 | - |
| YUV | 85.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 149 | 0.89 | 0.28 | 0 | 0.42 | 198.64 | 0.8 | 0.33 |
| Hex | 11 | 6C | 95 | 59 | 1C | 0 | 2A | C7 | 50 | 21 |
| Octal | 21 | 154 | 225 | 131 | 34 | 0 | 52 | 307 | 120 | 41 |
| Binary | 10001 | 1101100 | 10010101 | 1011001 | 11100 | 0 | 101010 | 11000111 | 1010000 | 100001 |
Color Harmonies of #116C95
Complementary color
Monochromatic Colors of #116C95
Black with #116C95
Text Example
Text Example
White with #116C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C95; }
p { color: rgb(17,108,149); }
H1.HeaderClassName
{
color: #116C95;
}
.AnyTagClassName
{
color: #116C95;
}
</style>
background-color css
<style>
a { background-color: #116C95; }
a { background-color: rgb(17,108,149); }
div.DivClassName
{
background-color: #116C95;
}
.BgClassName
{
background-color: #116C95;
}
</style>
border-color css
<style>
span { border-color: #116C95; }
span { border-color: rgb(17,108,149); }
td.TdClassName
{
border-color: #116C95;
}
.TagClassName
{
border-color: #116C95;
}
</style>