Shades of Cerulean #117FA2
Tints of Cerulean #117FA2
RGB
CMYK
RGB Variations
Color information
#117FA2 (or 0x117FA2) is known color: Cerulean. HEX triplet: 11, 7F and A2. RGB value is (17,127,162). Sum of RGB (Red+Green+Blue) = 17+127+162=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #117FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FA2 is #EE805D. Grayscale: #616161. Windows color (decimal): -15630430 or 10649361. OLE color: 10649361.
HSL color Cylindrical-coordinate representation of color #117FA2: hue angle of 194.48º 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 #117FA2 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 127 | 162 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.36 |
| HSL | 194.48º | 0.81% | 0.35% | - |
| HSV(B) | 194.48º | 0.9% | 0.64% | - |
| XYZ | 14.34 | 17.91 | 36.88 | - |
| YUV | 98.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 162 | 0.90 | 0.22 | 0 | 0.36 | 194.48 | 0.81 | 0.35 |
| Hex | 11 | 7F | A2 | 5A | 16 | 0 | 24 | C2 | 51 | 23 |
| Octal | 21 | 177 | 242 | 132 | 26 | 0 | 44 | 302 | 121 | 43 |
| Binary | 10001 | 1111111 | 10100010 | 1011010 | 10110 | 0 | 100100 | 11000010 | 1010001 | 100011 |
Color Harmonies of #117FA2
Complementary color
Monochromatic Colors of #117FA2
Black with #117FA2
Text Example
Text Example
White with #117FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FA2; }
p { color: rgb(17,127,162); }
H1.HeaderClassName
{
color: #117FA2;
}
.AnyTagClassName
{
color: #117FA2;
}
</style>
background-color css
<style>
a { background-color: #117FA2; }
a { background-color: rgb(17,127,162); }
div.DivClassName
{
background-color: #117FA2;
}
.BgClassName
{
background-color: #117FA2;
}
</style>
border-color css
<style>
span { border-color: #117FA2; }
span { border-color: rgb(17,127,162); }
td.TdClassName
{
border-color: #117FA2;
}
.TagClassName
{
border-color: #117FA2;
}
</style>