Shades of Cerulean #116BA0
Tints of Cerulean #116BA0
RGB
CMYK
RGB Variations
Color information
#116BA0 (or 0x116BA0) is known color: Cerulean. HEX triplet: 11, 6B and A0. RGB value is (17,107,160). Sum of RGB (Red+Green+Blue) = 17+107+160=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #116BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BA0 is #EE945F. Grayscale: #555555. Windows color (decimal): -15635552 or 10513169. OLE color: 10513169.
HSL color Cylindrical-coordinate representation of color #116BA0: hue angle of 202.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116BA0 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 107 | 160 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.37 |
| HSL | 202.24º | 0.81% | 0.35% | - |
| HSV(B) | 202.24º | 0.89% | 0.63% | - |
| XYZ | 11.83 | 13.17 | 35.18 | - |
| YUV | 86.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 160 | 0.89 | 0.33 | 0 | 0.37 | 202.24 | 0.81 | 0.35 |
| Hex | 11 | 6B | A0 | 59 | 21 | 0 | 25 | CA | 51 | 23 |
| Octal | 21 | 153 | 240 | 131 | 41 | 0 | 45 | 312 | 121 | 43 |
| Binary | 10001 | 1101011 | 10100000 | 1011001 | 100001 | 0 | 100101 | 11001010 | 1010001 | 100011 |
Color Harmonies of #116BA0
Complementary color
Monochromatic Colors of #116BA0
Black with #116BA0
Text Example
Text Example
White with #116BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BA0; }
p { color: rgb(17,107,160); }
H1.HeaderClassName
{
color: #116BA0;
}
.AnyTagClassName
{
color: #116BA0;
}
</style>
background-color css
<style>
a { background-color: #116BA0; }
a { background-color: rgb(17,107,160); }
div.DivClassName
{
background-color: #116BA0;
}
.BgClassName
{
background-color: #116BA0;
}
</style>
border-color css
<style>
span { border-color: #116BA0; }
span { border-color: rgb(17,107,160); }
td.TdClassName
{
border-color: #116BA0;
}
.TagClassName
{
border-color: #116BA0;
}
</style>