Shades of Cerulean #117CA2
Tints of Cerulean #117CA2
RGB
CMYK
RGB Variations
Color information
#117CA2 (or 0x117CA2) is known color: Cerulean. HEX triplet: 11, 7C and A2. RGB value is (17,124,162). Sum of RGB (Red+Green+Blue) = 17+124+162=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #117CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117CA2 is #EE835D. Grayscale: #606060. Windows color (decimal): -15631198 or 10648593. OLE color: 10648593.
HSL color Cylindrical-coordinate representation of color #117CA2: hue angle of 195.72º 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 #117CA2 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 124 | 162 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.36 |
| HSL | 195.72º | 0.81% | 0.35% | - |
| HSV(B) | 195.72º | 0.9% | 0.64% | - |
| XYZ | 13.96 | 17.14 | 36.76 | - |
| YUV | 96.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 162 | 0.90 | 0.23 | 0 | 0.36 | 195.72 | 0.81 | 0.35 |
| Hex | 11 | 7C | A2 | 5A | 17 | 0 | 24 | C4 | 51 | 23 |
| Octal | 21 | 174 | 242 | 132 | 27 | 0 | 44 | 304 | 121 | 43 |
| Binary | 10001 | 1111100 | 10100010 | 1011010 | 10111 | 0 | 100100 | 11000100 | 1010001 | 100011 |
Color Harmonies of #117CA2
Complementary color
Monochromatic Colors of #117CA2
Black with #117CA2
Text Example
Text Example
White with #117CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CA2; }
p { color: rgb(17,124,162); }
H1.HeaderClassName
{
color: #117CA2;
}
.AnyTagClassName
{
color: #117CA2;
}
</style>
background-color css
<style>
a { background-color: #117CA2; }
a { background-color: rgb(17,124,162); }
div.DivClassName
{
background-color: #117CA2;
}
.BgClassName
{
background-color: #117CA2;
}
</style>
border-color css
<style>
span { border-color: #117CA2; }
span { border-color: rgb(17,124,162); }
td.TdClassName
{
border-color: #117CA2;
}
.TagClassName
{
border-color: #117CA2;
}
</style>