Shades of Cerulean #116D98
Tints of Cerulean #116D98
RGB
CMYK
RGB Variations
Color information
#116D98 (or 0x116D98) is known color: Cerulean. HEX triplet: 11, 6D and 98. RGB value is (17,109,152). Sum of RGB (Red+Green+Blue) = 17+109+152=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #116D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D98 is #EE9267. Grayscale: #565656. Windows color (decimal): -15635048 or 9989393. OLE color: 9989393.
HSL color Cylindrical-coordinate representation of color #116D98: hue angle of 199.11º 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 #116D98 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 109 | 152 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.40 |
| HSL | 199.11º | 0.8% | 0.33% | - |
| HSV(B) | 199.11º | 0.89% | 0.6% | - |
| XYZ | 11.37 | 13.32 | 31.68 | - |
| YUV | 86.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 152 | 0.89 | 0.28 | 0 | 0.40 | 199.11 | 0.8 | 0.33 |
| Hex | 11 | 6D | 98 | 59 | 1C | 0 | 28 | C7 | 50 | 21 |
| Octal | 21 | 155 | 230 | 131 | 34 | 0 | 50 | 307 | 120 | 41 |
| Binary | 10001 | 1101101 | 10011000 | 1011001 | 11100 | 0 | 101000 | 11000111 | 1010000 | 100001 |
Color Harmonies of #116D98
Complementary color
Monochromatic Colors of #116D98
Black with #116D98
Text Example
Text Example
White with #116D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D98; }
p { color: rgb(17,109,152); }
H1.HeaderClassName
{
color: #116D98;
}
.AnyTagClassName
{
color: #116D98;
}
</style>
background-color css
<style>
a { background-color: #116D98; }
a { background-color: rgb(17,109,152); }
div.DivClassName
{
background-color: #116D98;
}
.BgClassName
{
background-color: #116D98;
}
</style>
border-color css
<style>
span { border-color: #116D98; }
span { border-color: rgb(17,109,152); }
td.TdClassName
{
border-color: #116D98;
}
.TagClassName
{
border-color: #116D98;
}
</style>