Shades of Cerulean #116C9C
Tints of Cerulean #116C9C
RGB
CMYK
RGB Variations
Color information
#116C9C (or 0x116C9C) is known color: Cerulean. HEX triplet: 11, 6C and 9C. RGB value is (17,108,156). Sum of RGB (Red+Green+Blue) = 17+108+156=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #116C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C9C is #EE9363. Grayscale: #555555. Windows color (decimal): -15635300 or 10251281. OLE color: 10251281.
HSL color Cylindrical-coordinate representation of color #116C9C: hue angle of 200.72º 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 #116C9C is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 108 | 156 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.39 |
| HSL | 200.72º | 0.8% | 0.34% | - |
| HSV(B) | 200.72º | 0.89% | 0.61% | - |
| XYZ | 11.59 | 13.24 | 33.4 | - |
| YUV | 86.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 156 | 0.89 | 0.31 | 0 | 0.39 | 200.72 | 0.8 | 0.34 |
| Hex | 11 | 6C | 9C | 59 | 1F | 0 | 27 | C9 | 50 | 22 |
| Octal | 21 | 154 | 234 | 131 | 37 | 0 | 47 | 311 | 120 | 42 |
| Binary | 10001 | 1101100 | 10011100 | 1011001 | 11111 | 0 | 100111 | 11001001 | 1010000 | 100010 |
Color Harmonies of #116C9C
Complementary color
Monochromatic Colors of #116C9C
Black with #116C9C
Text Example
Text Example
White with #116C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C9C; }
p { color: rgb(17,108,156); }
H1.HeaderClassName
{
color: #116C9C;
}
.AnyTagClassName
{
color: #116C9C;
}
</style>
background-color css
<style>
a { background-color: #116C9C; }
a { background-color: rgb(17,108,156); }
div.DivClassName
{
background-color: #116C9C;
}
.BgClassName
{
background-color: #116C9C;
}
</style>
border-color css
<style>
span { border-color: #116C9C; }
span { border-color: rgb(17,108,156); }
td.TdClassName
{
border-color: #116C9C;
}
.TagClassName
{
border-color: #116C9C;
}
</style>