Shades of Cerulean #1180AB
Tints of Cerulean #1180AB
RGB
CMYK
RGB Variations
Color information
#1180AB (or 0x1180AB) is known color: Cerulean. HEX triplet: 11, 80 and AB. RGB value is (17,128,171). Sum of RGB (Red+Green+Blue) = 17+128+171=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #1180AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1180AB is #EE7F54. Grayscale: #636363. Windows color (decimal): -15630165 or 11239441. OLE color: 11239441.
HSL color Cylindrical-coordinate representation of color #1180AB: hue angle of 196.75º 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 #1180AB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 128 | 171 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.33 |
| HSL | 196.75º | 0.82% | 0.37% | - |
| HSV(B) | 196.75º | 0.9% | 0.67% | - |
| XYZ | 15.3 | 18.5 | 41.29 | - |
| YUV | 99.71 | 168.23 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 171 | 0.90 | 0.25 | 0 | 0.33 | 196.75 | 0.82 | 0.37 |
| Hex | 11 | 80 | AB | 5A | 19 | 0 | 21 | C5 | 52 | 25 |
| Octal | 21 | 200 | 253 | 132 | 31 | 0 | 41 | 305 | 122 | 45 |
| Binary | 10001 | 10000000 | 10101011 | 1011010 | 11001 | 0 | 100001 | 11000101 | 1010010 | 100101 |
Color Harmonies of #1180AB
Complementary color
Monochromatic Colors of #1180AB
Black with #1180AB
Text Example
Text Example
White with #1180AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180AB; }
p { color: rgb(17,128,171); }
H1.HeaderClassName
{
color: #1180AB;
}
.AnyTagClassName
{
color: #1180AB;
}
</style>
background-color css
<style>
a { background-color: #1180AB; }
a { background-color: rgb(17,128,171); }
div.DivClassName
{
background-color: #1180AB;
}
.BgClassName
{
background-color: #1180AB;
}
</style>
border-color css
<style>
span { border-color: #1180AB; }
span { border-color: rgb(17,128,171); }
td.TdClassName
{
border-color: #1180AB;
}
.TagClassName
{
border-color: #1180AB;
}
</style>