Shades of Cerulean #116D95
Tints of Cerulean #116D95
RGB
CMYK
RGB Variations
Color information
#116D95 (or 0x116D95) is known color: Cerulean. HEX triplet: 11, 6D and 95. RGB value is (17,109,149). Sum of RGB (Red+Green+Blue) = 17+109+149=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #116D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D95 is #EE926A. Grayscale: #555555. Windows color (decimal): -15635051 or 9792785. OLE color: 9792785.
HSL color Cylindrical-coordinate representation of color #116D95: hue angle of 198.18º 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 #116D95 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 109 | 149 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.42 |
| HSL | 198.18º | 0.8% | 0.33% | - |
| HSV(B) | 198.18º | 0.89% | 0.58% | - |
| XYZ | 11.12 | 13.23 | 30.4 | - |
| YUV | 86.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 149 | 0.89 | 0.27 | 0 | 0.42 | 198.18 | 0.8 | 0.33 |
| Hex | 11 | 6D | 95 | 59 | 1B | 0 | 2A | C6 | 50 | 21 |
| Octal | 21 | 155 | 225 | 131 | 33 | 0 | 52 | 306 | 120 | 41 |
| Binary | 10001 | 1101101 | 10010101 | 1011001 | 11011 | 0 | 101010 | 11000110 | 1010000 | 100001 |
Color Harmonies of #116D95
Complementary color
Monochromatic Colors of #116D95
Black with #116D95
Text Example
Text Example
White with #116D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D95; }
p { color: rgb(17,109,149); }
H1.HeaderClassName
{
color: #116D95;
}
.AnyTagClassName
{
color: #116D95;
}
</style>
background-color css
<style>
a { background-color: #116D95; }
a { background-color: rgb(17,109,149); }
div.DivClassName
{
background-color: #116D95;
}
.BgClassName
{
background-color: #116D95;
}
</style>
border-color css
<style>
span { border-color: #116D95; }
span { border-color: rgb(17,109,149); }
td.TdClassName
{
border-color: #116D95;
}
.TagClassName
{
border-color: #116D95;
}
</style>