Shades of Cerulean #117DA0
Tints of Cerulean #117DA0
RGB
CMYK
RGB Variations
Color information
#117DA0 (or 0x117DA0) is known color: Cerulean. HEX triplet: 11, 7D and A0. RGB value is (17,125,160). Sum of RGB (Red+Green+Blue) = 17+125+160=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #117DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DA0 is #EE825F. Grayscale: #606060. Windows color (decimal): -15630944 or 10517777. OLE color: 10517777.
HSL color Cylindrical-coordinate representation of color #117DA0: hue angle of 194.69º 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 #117DA0 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 125 | 160 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.37 |
| HSL | 194.69º | 0.81% | 0.35% | - |
| HSV(B) | 194.69º | 0.89% | 0.63% | - |
| XYZ | 13.91 | 17.32 | 35.87 | - |
| YUV | 96.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 160 | 0.89 | 0.22 | 0 | 0.37 | 194.69 | 0.81 | 0.35 |
| Hex | 11 | 7D | A0 | 59 | 16 | 0 | 25 | C3 | 51 | 23 |
| Octal | 21 | 175 | 240 | 131 | 26 | 0 | 45 | 303 | 121 | 43 |
| Binary | 10001 | 1111101 | 10100000 | 1011001 | 10110 | 0 | 100101 | 11000011 | 1010001 | 100011 |
Color Harmonies of #117DA0
Complementary color
Monochromatic Colors of #117DA0
Black with #117DA0
Text Example
Text Example
White with #117DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DA0; }
p { color: rgb(17,125,160); }
H1.HeaderClassName
{
color: #117DA0;
}
.AnyTagClassName
{
color: #117DA0;
}
</style>
background-color css
<style>
a { background-color: #117DA0; }
a { background-color: rgb(17,125,160); }
div.DivClassName
{
background-color: #117DA0;
}
.BgClassName
{
background-color: #117DA0;
}
</style>
border-color css
<style>
span { border-color: #117DA0; }
span { border-color: rgb(17,125,160); }
td.TdClassName
{
border-color: #117DA0;
}
.TagClassName
{
border-color: #117DA0;
}
</style>