Shades of Cerulean #116EA3
Tints of Cerulean #116EA3
RGB
CMYK
RGB Variations
Color information
#116EA3 (or 0x116EA3) is known color: Cerulean. HEX triplet: 11, 6E and A3. RGB value is (17,110,163). Sum of RGB (Red+Green+Blue) = 17+110+163=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #116EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA3 is #EE915C. Grayscale: #575757. Windows color (decimal): -15634781 or 10710545. OLE color: 10710545.
HSL color Cylindrical-coordinate representation of color #116EA3: hue angle of 201.78º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116EA3 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 110 | 163 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.36 |
| HSL | 201.78º | 0.81% | 0.35% | - |
| HSV(B) | 201.78º | 0.9% | 0.64% | - |
| XYZ | 12.42 | 13.92 | 36.68 | - |
| YUV | 88.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 163 | 0.90 | 0.33 | 0 | 0.36 | 201.78 | 0.81 | 0.35 |
| Hex | 11 | 6E | A3 | 5A | 21 | 0 | 24 | CA | 51 | 23 |
| Octal | 21 | 156 | 243 | 132 | 41 | 0 | 44 | 312 | 121 | 43 |
| Binary | 10001 | 1101110 | 10100011 | 1011010 | 100001 | 0 | 100100 | 11001010 | 1010001 | 100011 |
Color Harmonies of #116EA3
Complementary color
Monochromatic Colors of #116EA3
Black with #116EA3
Text Example
Text Example
White with #116EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EA3; }
p { color: rgb(17,110,163); }
H1.HeaderClassName
{
color: #116EA3;
}
.AnyTagClassName
{
color: #116EA3;
}
</style>
background-color css
<style>
a { background-color: #116EA3; }
a { background-color: rgb(17,110,163); }
div.DivClassName
{
background-color: #116EA3;
}
.BgClassName
{
background-color: #116EA3;
}
</style>
border-color css
<style>
span { border-color: #116EA3; }
span { border-color: rgb(17,110,163); }
td.TdClassName
{
border-color: #116EA3;
}
.TagClassName
{
border-color: #116EA3;
}
</style>