Shades of Cerulean #116C9B
Tints of Cerulean #116C9B
RGB
CMYK
RGB Variations
Color information
#116C9B (or 0x116C9B) is known color: Cerulean. HEX triplet: 11, 6C and 9B. RGB value is (17,108,155). Sum of RGB (Red+Green+Blue) = 17+108+155=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #116C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C9B is #EE9364. Grayscale: #555555. Windows color (decimal): -15635301 or 10185745. OLE color: 10185745.
HSL color Cylindrical-coordinate representation of color #116C9B: hue angle of 200.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116C9B is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 108 | 155 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.39 |
| HSL | 200.43º | 0.8% | 0.34% | - |
| HSV(B) | 200.43º | 0.89% | 0.61% | - |
| XYZ | 11.51 | 13.21 | 32.95 | - |
| YUV | 86.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 155 | 0.89 | 0.30 | 0 | 0.39 | 200.43 | 0.8 | 0.34 |
| Hex | 11 | 6C | 9B | 59 | 1E | 0 | 27 | C8 | 50 | 22 |
| Octal | 21 | 154 | 233 | 131 | 36 | 0 | 47 | 310 | 120 | 42 |
| Binary | 10001 | 1101100 | 10011011 | 1011001 | 11110 | 0 | 100111 | 11001000 | 1010000 | 100010 |
Color Harmonies of #116C9B
Complementary color
Monochromatic Colors of #116C9B
Black with #116C9B
Text Example
Text Example
White with #116C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C9B; }
p { color: rgb(17,108,155); }
H1.HeaderClassName
{
color: #116C9B;
}
.AnyTagClassName
{
color: #116C9B;
}
</style>
background-color css
<style>
a { background-color: #116C9B; }
a { background-color: rgb(17,108,155); }
div.DivClassName
{
background-color: #116C9B;
}
.BgClassName
{
background-color: #116C9B;
}
</style>
border-color css
<style>
span { border-color: #116C9B; }
span { border-color: rgb(17,108,155); }
td.TdClassName
{
border-color: #116C9B;
}
.TagClassName
{
border-color: #116C9B;
}
</style>