Shades of Cerulean #117496
Tints of Cerulean #117496
RGB
CMYK
RGB Variations
Color information
#117496 (or 0x117496) is known color: Cerulean. HEX triplet: 11, 74 and 96. RGB value is (17,116,150). Sum of RGB (Red+Green+Blue) = 17+116+150=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #117496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117496 is #EE8B69. Grayscale: #5A5A5A. Windows color (decimal): -15633258 or 9860113. OLE color: 9860113.
HSL color Cylindrical-coordinate representation of color #117496: hue angle of 195.34º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117496 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 116 | 150 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.41 |
| HSL | 195.34º | 0.8% | 0.33% | - |
| HSV(B) | 195.34º | 0.89% | 0.59% | - |
| XYZ | 11.98 | 14.81 | 31.08 | - |
| YUV | 90.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 150 | 0.89 | 0.23 | 0 | 0.41 | 195.34 | 0.8 | 0.33 |
| Hex | 11 | 74 | 96 | 59 | 17 | 0 | 29 | C3 | 50 | 21 |
| Octal | 21 | 164 | 226 | 131 | 27 | 0 | 51 | 303 | 120 | 41 |
| Binary | 10001 | 1110100 | 10010110 | 1011001 | 10111 | 0 | 101001 | 11000011 | 1010000 | 100001 |
Color Harmonies of #117496
Complementary color
Monochromatic Colors of #117496
Black with #117496
Text Example
Text Example
White with #117496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117496; }
p { color: rgb(17,116,150); }
H1.HeaderClassName
{
color: #117496;
}
.AnyTagClassName
{
color: #117496;
}
</style>
background-color css
<style>
a { background-color: #117496; }
a { background-color: rgb(17,116,150); }
div.DivClassName
{
background-color: #117496;
}
.BgClassName
{
background-color: #117496;
}
</style>
border-color css
<style>
span { border-color: #117496; }
span { border-color: rgb(17,116,150); }
td.TdClassName
{
border-color: #117496;
}
.TagClassName
{
border-color: #117496;
}
</style>