Shades of Cerulean #117EA4
Tints of Cerulean #117EA4
RGB
CMYK
RGB Variations
Color information
#117EA4 (or 0x117EA4) is known color: Cerulean. HEX triplet: 11, 7E and A4. RGB value is (17,126,164). Sum of RGB (Red+Green+Blue) = 17+126+164=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #117EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EA4 is #EE815B. Grayscale: #616161. Windows color (decimal): -15630684 or 10780177. OLE color: 10780177.
HSL color Cylindrical-coordinate representation of color #117EA4: hue angle of 195.51º 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 #117EA4 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 126 | 164 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.36 |
| HSL | 195.51º | 0.81% | 0.35% | - |
| HSV(B) | 195.51º | 0.9% | 0.64% | - |
| XYZ | 14.39 | 17.72 | 37.78 | - |
| YUV | 97.74 | 165.39 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 164 | 0.90 | 0.23 | 0 | 0.36 | 195.51 | 0.81 | 0.35 |
| Hex | 11 | 7E | A4 | 5A | 17 | 0 | 24 | C4 | 51 | 23 |
| Octal | 21 | 176 | 244 | 132 | 27 | 0 | 44 | 304 | 121 | 43 |
| Binary | 10001 | 1111110 | 10100100 | 1011010 | 10111 | 0 | 100100 | 11000100 | 1010001 | 100011 |
Color Harmonies of #117EA4
Complementary color
Monochromatic Colors of #117EA4
Black with #117EA4
Text Example
Text Example
White with #117EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EA4; }
p { color: rgb(17,126,164); }
H1.HeaderClassName
{
color: #117EA4;
}
.AnyTagClassName
{
color: #117EA4;
}
</style>
background-color css
<style>
a { background-color: #117EA4; }
a { background-color: rgb(17,126,164); }
div.DivClassName
{
background-color: #117EA4;
}
.BgClassName
{
background-color: #117EA4;
}
</style>
border-color css
<style>
span { border-color: #117EA4; }
span { border-color: rgb(17,126,164); }
td.TdClassName
{
border-color: #117EA4;
}
.TagClassName
{
border-color: #117EA4;
}
</style>