Shades of Cerulean #116E95
Tints of Cerulean #116E95
RGB
CMYK
RGB Variations
Color information
#116E95 (or 0x116E95) is known color: Cerulean. HEX triplet: 11, 6E and 95. RGB value is (17,110,149). Sum of RGB (Red+Green+Blue) = 17+110+149=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #116E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E95 is #EE916A. Grayscale: #565656. Windows color (decimal): -15634795 or 9793041. OLE color: 9793041.
HSL color Cylindrical-coordinate representation of color #116E95: hue angle of 197.73º 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 #116E95 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 110 | 149 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.42 |
| HSL | 197.73º | 0.8% | 0.33% | - |
| HSV(B) | 197.73º | 0.89% | 0.58% | - |
| XYZ | 11.23 | 13.44 | 30.44 | - |
| YUV | 86.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 149 | 0.89 | 0.26 | 0 | 0.42 | 197.73 | 0.8 | 0.33 |
| Hex | 11 | 6E | 95 | 59 | 1A | 0 | 2A | C6 | 50 | 21 |
| Octal | 21 | 156 | 225 | 131 | 32 | 0 | 52 | 306 | 120 | 41 |
| Binary | 10001 | 1101110 | 10010101 | 1011001 | 11010 | 0 | 101010 | 11000110 | 1010000 | 100001 |
Color Harmonies of #116E95
Complementary color
Monochromatic Colors of #116E95
Black with #116E95
Text Example
Text Example
White with #116E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E95; }
p { color: rgb(17,110,149); }
H1.HeaderClassName
{
color: #116E95;
}
.AnyTagClassName
{
color: #116E95;
}
</style>
background-color css
<style>
a { background-color: #116E95; }
a { background-color: rgb(17,110,149); }
div.DivClassName
{
background-color: #116E95;
}
.BgClassName
{
background-color: #116E95;
}
</style>
border-color css
<style>
span { border-color: #116E95; }
span { border-color: rgb(17,110,149); }
td.TdClassName
{
border-color: #116E95;
}
.TagClassName
{
border-color: #116E95;
}
</style>