Shades of Cerulean #117CA4
Tints of Cerulean #117CA4
RGB
CMYK
RGB Variations
Color information
#117CA4 (or 0x117CA4) is known color: Cerulean. HEX triplet: 11, 7C and A4. RGB value is (17,124,164). Sum of RGB (Red+Green+Blue) = 17+124+164=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #117CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117CA4 is #EE835B. Grayscale: #606060. Windows color (decimal): -15631196 or 10779665. OLE color: 10779665.
HSL color Cylindrical-coordinate representation of color #117CA4: hue angle of 196.33º 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 #117CA4 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 124 | 164 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.36 |
| HSL | 196.33º | 0.81% | 0.35% | - |
| HSV(B) | 196.33º | 0.9% | 0.64% | - |
| XYZ | 14.14 | 17.21 | 37.7 | - |
| YUV | 96.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 164 | 0.90 | 0.24 | 0 | 0.36 | 196.33 | 0.81 | 0.35 |
| Hex | 11 | 7C | A4 | 5A | 18 | 0 | 24 | C4 | 51 | 23 |
| Octal | 21 | 174 | 244 | 132 | 30 | 0 | 44 | 304 | 121 | 43 |
| Binary | 10001 | 1111100 | 10100100 | 1011010 | 11000 | 0 | 100100 | 11000100 | 1010001 | 100011 |
Color Harmonies of #117CA4
Complementary color
Monochromatic Colors of #117CA4
Black with #117CA4
Text Example
Text Example
White with #117CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CA4; }
p { color: rgb(17,124,164); }
H1.HeaderClassName
{
color: #117CA4;
}
.AnyTagClassName
{
color: #117CA4;
}
</style>
background-color css
<style>
a { background-color: #117CA4; }
a { background-color: rgb(17,124,164); }
div.DivClassName
{
background-color: #117CA4;
}
.BgClassName
{
background-color: #117CA4;
}
</style>
border-color css
<style>
span { border-color: #117CA4; }
span { border-color: rgb(17,124,164); }
td.TdClassName
{
border-color: #117CA4;
}
.TagClassName
{
border-color: #117CA4;
}
</style>