Shades of Cerulean #117BA0
Tints of Cerulean #117BA0
RGB
CMYK
RGB Variations
Color information
#117BA0 (or 0x117BA0) is known color: Cerulean. HEX triplet: 11, 7B and A0. RGB value is (17,123,160). Sum of RGB (Red+Green+Blue) = 17+123+160=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #117BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA0 is #EE845F. Grayscale: #5F5F5F. Windows color (decimal): -15631456 or 10517265. OLE color: 10517265.
HSL color Cylindrical-coordinate representation of color #117BA0: hue angle of 195.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117BA0 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 123 | 160 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.37 |
| HSL | 195.52º | 0.81% | 0.35% | - |
| HSV(B) | 195.52º | 0.89% | 0.63% | - |
| XYZ | 13.66 | 16.82 | 35.78 | - |
| YUV | 95.52 | 164.38 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 160 | 0.89 | 0.23 | 0 | 0.37 | 195.52 | 0.81 | 0.35 |
| Hex | 11 | 7B | A0 | 59 | 17 | 0 | 25 | C4 | 51 | 23 |
| Octal | 21 | 173 | 240 | 131 | 27 | 0 | 45 | 304 | 121 | 43 |
| Binary | 10001 | 1111011 | 10100000 | 1011001 | 10111 | 0 | 100101 | 11000100 | 1010001 | 100011 |
Color Harmonies of #117BA0
Complementary color
Monochromatic Colors of #117BA0
Black with #117BA0
Text Example
Text Example
White with #117BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BA0; }
p { color: rgb(17,123,160); }
H1.HeaderClassName
{
color: #117BA0;
}
.AnyTagClassName
{
color: #117BA0;
}
</style>
background-color css
<style>
a { background-color: #117BA0; }
a { background-color: rgb(17,123,160); }
div.DivClassName
{
background-color: #117BA0;
}
.BgClassName
{
background-color: #117BA0;
}
</style>
border-color css
<style>
span { border-color: #117BA0; }
span { border-color: rgb(17,123,160); }
td.TdClassName
{
border-color: #117BA0;
}
.TagClassName
{
border-color: #117BA0;
}
</style>