Shades of Cerulean #117BA2
Tints of Cerulean #117BA2
RGB
CMYK
RGB Variations
Color information
#117BA2 (or 0x117BA2) is known color: Cerulean. HEX triplet: 11, 7B and A2. RGB value is (17,123,162). Sum of RGB (Red+Green+Blue) = 17+123+162=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #117BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA2 is #EE845D. Grayscale: #5F5F5F. Windows color (decimal): -15631454 or 10648337. OLE color: 10648337.
HSL color Cylindrical-coordinate representation of color #117BA2: hue angle of 196.14º 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 #117BA2 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 123 | 162 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.36 |
| HSL | 196.14º | 0.81% | 0.35% | - |
| HSV(B) | 196.14º | 0.9% | 0.64% | - |
| XYZ | 13.84 | 16.89 | 36.71 | - |
| YUV | 95.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 162 | 0.90 | 0.24 | 0 | 0.36 | 196.14 | 0.81 | 0.35 |
| Hex | 11 | 7B | A2 | 5A | 18 | 0 | 24 | C4 | 51 | 23 |
| Octal | 21 | 173 | 242 | 132 | 30 | 0 | 44 | 304 | 121 | 43 |
| Binary | 10001 | 1111011 | 10100010 | 1011010 | 11000 | 0 | 100100 | 11000100 | 1010001 | 100011 |
Color Harmonies of #117BA2
Complementary color
Monochromatic Colors of #117BA2
Black with #117BA2
Text Example
Text Example
White with #117BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BA2; }
p { color: rgb(17,123,162); }
H1.HeaderClassName
{
color: #117BA2;
}
.AnyTagClassName
{
color: #117BA2;
}
</style>
background-color css
<style>
a { background-color: #117BA2; }
a { background-color: rgb(17,123,162); }
div.DivClassName
{
background-color: #117BA2;
}
.BgClassName
{
background-color: #117BA2;
}
</style>
border-color css
<style>
span { border-color: #117BA2; }
span { border-color: rgb(17,123,162); }
td.TdClassName
{
border-color: #117BA2;
}
.TagClassName
{
border-color: #117BA2;
}
</style>