Shades of Cerulean #1180AA
Tints of Cerulean #1180AA
RGB
CMYK
RGB Variations
Color information
#1180AA (or 0x1180AA) is known color: Cerulean. HEX triplet: 11, 80 and AA. RGB value is (17,128,170). Sum of RGB (Red+Green+Blue) = 17+128+170=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #1180AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1180AA is #EE7F55. Grayscale: #636363. Windows color (decimal): -15630166 or 11173905. OLE color: 11173905.
HSL color Cylindrical-coordinate representation of color #1180AA: hue angle of 196.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1180AA is Cyan = 0.9, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 128 | 170 | - |
| CMYK | 0.9 | 0.25 | 0 | 0.33 |
| HSL | 196.47º | 0.82% | 0.37% | - |
| HSV(B) | 196.47º | 0.9% | 0.67% | - |
| XYZ | 15.21 | 18.46 | 40.79 | - |
| YUV | 99.6 | 167.73 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 170 | 0.9 | 0.25 | 0 | 0.33 | 196.47 | 0.82 | 0.37 |
| Hex | 11 | 80 | AA | 5A | 19 | 0 | 21 | C4 | 52 | 25 |
| Octal | 21 | 200 | 252 | 132 | 31 | 0 | 41 | 304 | 122 | 45 |
| Binary | 10001 | 10000000 | 10101010 | 1011010 | 11001 | 0 | 100001 | 11000100 | 1010010 | 100101 |
Color Harmonies of #1180AA
Complementary color
Monochromatic Colors of #1180AA
Black with #1180AA
Text Example
Text Example
White with #1180AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180AA; }
p { color: rgb(17,128,170); }
H1.HeaderClassName
{
color: #1180AA;
}
.AnyTagClassName
{
color: #1180AA;
}
</style>
background-color css
<style>
a { background-color: #1180AA; }
a { background-color: rgb(17,128,170); }
div.DivClassName
{
background-color: #1180AA;
}
.BgClassName
{
background-color: #1180AA;
}
</style>
border-color css
<style>
span { border-color: #1180AA; }
span { border-color: rgb(17,128,170); }
td.TdClassName
{
border-color: #1180AA;
}
.TagClassName
{
border-color: #1180AA;
}
</style>