Shades of Cerulean #117DA2
Tints of Cerulean #117DA2
RGB
CMYK
RGB Variations
Color information
#117DA2 (or 0x117DA2) is known color: Cerulean. HEX triplet: 11, 7D and A2. RGB value is (17,125,162). Sum of RGB (Red+Green+Blue) = 17+125+162=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #117DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117DA2 is #EE825D. Grayscale: #606060. Windows color (decimal): -15630942 or 10648849. OLE color: 10648849.
HSL color Cylindrical-coordinate representation of color #117DA2: hue angle of 195.31º 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 #117DA2 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 125 | 162 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.36 |
| HSL | 195.31º | 0.81% | 0.35% | - |
| HSV(B) | 195.31º | 0.9% | 0.64% | - |
| XYZ | 14.09 | 17.4 | 36.8 | - |
| YUV | 96.93 | 164.72 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 162 | 0.90 | 0.23 | 0 | 0.36 | 195.31 | 0.81 | 0.35 |
| Hex | 11 | 7D | A2 | 5A | 17 | 0 | 24 | C3 | 51 | 23 |
| Octal | 21 | 175 | 242 | 132 | 27 | 0 | 44 | 303 | 121 | 43 |
| Binary | 10001 | 1111101 | 10100010 | 1011010 | 10111 | 0 | 100100 | 11000011 | 1010001 | 100011 |
Color Harmonies of #117DA2
Complementary color
Monochromatic Colors of #117DA2
Black with #117DA2
Text Example
Text Example
White with #117DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DA2; }
p { color: rgb(17,125,162); }
H1.HeaderClassName
{
color: #117DA2;
}
.AnyTagClassName
{
color: #117DA2;
}
</style>
background-color css
<style>
a { background-color: #117DA2; }
a { background-color: rgb(17,125,162); }
div.DivClassName
{
background-color: #117DA2;
}
.BgClassName
{
background-color: #117DA2;
}
</style>
border-color css
<style>
span { border-color: #117DA2; }
span { border-color: rgb(17,125,162); }
td.TdClassName
{
border-color: #117DA2;
}
.TagClassName
{
border-color: #117DA2;
}
</style>