Shades of Cerulean #116DA4
Tints of Cerulean #116DA4
RGB
CMYK
RGB Variations
Color information
#116DA4 (or 0x116DA4) is known color: Cerulean. HEX triplet: 11, 6D and A4. RGB value is (17,109,164). Sum of RGB (Red+Green+Blue) = 17+109+164=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #116DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA4 is #EE925B. Grayscale: #575757. Windows color (decimal): -15635036 or 10775825. OLE color: 10775825.
HSL color Cylindrical-coordinate representation of color #116DA4: hue angle of 202.45º 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 #116DA4 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 109 | 164 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.36 |
| HSL | 202.45º | 0.81% | 0.35% | - |
| HSV(B) | 202.45º | 0.9% | 0.64% | - |
| XYZ | 12.4 | 13.74 | 37.12 | - |
| YUV | 87.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 164 | 0.90 | 0.34 | 0 | 0.36 | 202.45 | 0.81 | 0.35 |
| Hex | 11 | 6D | A4 | 5A | 22 | 0 | 24 | CA | 51 | 23 |
| Octal | 21 | 155 | 244 | 132 | 42 | 0 | 44 | 312 | 121 | 43 |
| Binary | 10001 | 1101101 | 10100100 | 1011010 | 100010 | 0 | 100100 | 11001010 | 1010001 | 100011 |
Color Harmonies of #116DA4
Complementary color
Monochromatic Colors of #116DA4
Black with #116DA4
Text Example
Text Example
White with #116DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DA4; }
p { color: rgb(17,109,164); }
H1.HeaderClassName
{
color: #116DA4;
}
.AnyTagClassName
{
color: #116DA4;
}
</style>
background-color css
<style>
a { background-color: #116DA4; }
a { background-color: rgb(17,109,164); }
div.DivClassName
{
background-color: #116DA4;
}
.BgClassName
{
background-color: #116DA4;
}
</style>
border-color css
<style>
span { border-color: #116DA4; }
span { border-color: rgb(17,109,164); }
td.TdClassName
{
border-color: #116DA4;
}
.TagClassName
{
border-color: #116DA4;
}
</style>