Shades of Cerulean #116DA8
Tints of Cerulean #116DA8
RGB
CMYK
RGB Variations
Color information
#116DA8 (or 0x116DA8) is known color: Cerulean. HEX triplet: 11, 6D and A8. RGB value is (17,109,168). Sum of RGB (Red+Green+Blue) = 17+109+168=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #116DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA8 is #EE9257. Grayscale: #575757. Windows color (decimal): -15635032 or 11037969. OLE color: 11037969.
HSL color Cylindrical-coordinate representation of color #116DA8: hue angle of 203.44º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116DA8 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 109 | 168 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.34 |
| HSL | 203.44º | 0.82% | 0.36% | - |
| HSV(B) | 203.44º | 0.9% | 0.66% | - |
| XYZ | 12.77 | 13.88 | 39.05 | - |
| YUV | 88.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 168 | 0.90 | 0.35 | 0 | 0.34 | 203.44 | 0.82 | 0.36 |
| Hex | 11 | 6D | A8 | 5A | 23 | 0 | 22 | CB | 52 | 24 |
| Octal | 21 | 155 | 250 | 132 | 43 | 0 | 42 | 313 | 122 | 44 |
| Binary | 10001 | 1101101 | 10101000 | 1011010 | 100011 | 0 | 100010 | 11001011 | 1010010 | 100100 |
Color Harmonies of #116DA8
Complementary color
Monochromatic Colors of #116DA8
Black with #116DA8
Text Example
Text Example
White with #116DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DA8; }
p { color: rgb(17,109,168); }
H1.HeaderClassName
{
color: #116DA8;
}
.AnyTagClassName
{
color: #116DA8;
}
</style>
background-color css
<style>
a { background-color: #116DA8; }
a { background-color: rgb(17,109,168); }
div.DivClassName
{
background-color: #116DA8;
}
.BgClassName
{
background-color: #116DA8;
}
</style>
border-color css
<style>
span { border-color: #116DA8; }
span { border-color: rgb(17,109,168); }
td.TdClassName
{
border-color: #116DA8;
}
.TagClassName
{
border-color: #116DA8;
}
</style>