Shades of Cerulean #116DA3
Tints of Cerulean #116DA3
RGB
CMYK
RGB Variations
Color information
#116DA3 (or 0x116DA3) is known color: Cerulean. HEX triplet: 11, 6D and A3. RGB value is (17,109,163). Sum of RGB (Red+Green+Blue) = 17+109+163=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #116DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA3 is #EE925C. Grayscale: #575757. Windows color (decimal): -15635037 or 10710289. OLE color: 10710289.
HSL color Cylindrical-coordinate representation of color #116DA3: hue angle of 202.19º 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 #116DA3 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 109 | 163 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.36 |
| HSL | 202.19º | 0.81% | 0.35% | - |
| HSV(B) | 202.19º | 0.9% | 0.64% | - |
| XYZ | 12.31 | 13.7 | 36.65 | - |
| YUV | 87.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 163 | 0.90 | 0.33 | 0 | 0.36 | 202.19 | 0.81 | 0.35 |
| Hex | 11 | 6D | A3 | 5A | 21 | 0 | 24 | CA | 51 | 23 |
| Octal | 21 | 155 | 243 | 132 | 41 | 0 | 44 | 312 | 121 | 43 |
| Binary | 10001 | 1101101 | 10100011 | 1011010 | 100001 | 0 | 100100 | 11001010 | 1010001 | 100011 |
Color Harmonies of #116DA3
Complementary color
Monochromatic Colors of #116DA3
Black with #116DA3
Text Example
Text Example
White with #116DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DA3; }
p { color: rgb(17,109,163); }
H1.HeaderClassName
{
color: #116DA3;
}
.AnyTagClassName
{
color: #116DA3;
}
</style>
background-color css
<style>
a { background-color: #116DA3; }
a { background-color: rgb(17,109,163); }
div.DivClassName
{
background-color: #116DA3;
}
.BgClassName
{
background-color: #116DA3;
}
</style>
border-color css
<style>
span { border-color: #116DA3; }
span { border-color: rgb(17,109,163); }
td.TdClassName
{
border-color: #116DA3;
}
.TagClassName
{
border-color: #116DA3;
}
</style>