Shades of Cerulean #117495
Tints of Cerulean #117495
RGB
CMYK
RGB Variations
Color information
#117495 (or 0x117495) is known color: Cerulean. HEX triplet: 11, 74 and 95. RGB value is (17,116,149). Sum of RGB (Red+Green+Blue) = 17+116+149=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #117495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117495 is #EE8B6A. Grayscale: #595959. Windows color (decimal): -15633259 or 9794577. OLE color: 9794577.
HSL color Cylindrical-coordinate representation of color #117495: hue angle of 195º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117495 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 116 | 149 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.42 |
| HSL | 195º | 0.8% | 0.33% | - |
| HSV(B) | 195º | 0.89% | 0.58% | - |
| XYZ | 11.9 | 14.78 | 30.66 | - |
| YUV | 90.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 149 | 0.89 | 0.22 | 0 | 0.42 | 195 | 0.8 | 0.33 |
| Hex | 11 | 74 | 95 | 59 | 16 | 0 | 2A | C3 | 50 | 21 |
| Octal | 21 | 164 | 225 | 131 | 26 | 0 | 52 | 303 | 120 | 41 |
| Binary | 10001 | 1110100 | 10010101 | 1011001 | 10110 | 0 | 101010 | 11000011 | 1010000 | 100001 |
Color Harmonies of #117495
Complementary color
Monochromatic Colors of #117495
Black with #117495
Text Example
Text Example
White with #117495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117495; }
p { color: rgb(17,116,149); }
H1.HeaderClassName
{
color: #117495;
}
.AnyTagClassName
{
color: #117495;
}
</style>
background-color css
<style>
a { background-color: #117495; }
a { background-color: rgb(17,116,149); }
div.DivClassName
{
background-color: #117495;
}
.BgClassName
{
background-color: #117495;
}
</style>
border-color css
<style>
span { border-color: #117495; }
span { border-color: rgb(17,116,149); }
td.TdClassName
{
border-color: #117495;
}
.TagClassName
{
border-color: #117495;
}
</style>