Shades of Cerulean #1180BA
Tints of Cerulean #1180BA
RGB
CMYK
RGB Variations
Color information
#1180BA (or 0x1180BA) is known color: Cerulean. HEX triplet: 11, 80 and BA. RGB value is (17,128,186). Sum of RGB (Red+Green+Blue) = 17+128+186=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #1180BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180BA is #EE7F45. Grayscale: #656565. Windows color (decimal): -15630150 or 12222481. OLE color: 12222481.
HSL color Cylindrical-coordinate representation of color #1180BA: hue angle of 200.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180BA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 128 | 186 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.27 |
| HSL | 200.59º | 0.83% | 0.4% | - |
| HSV(B) | 200.59º | 0.91% | 0.73% | - |
| XYZ | 16.81 | 19.1 | 49.26 | - |
| YUV | 101.42 | 175.73 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 186 | 0.91 | 0.31 | 0 | 0.27 | 200.59 | 0.83 | 0.4 |
| Hex | 11 | 80 | BA | 5B | 1F | 0 | 1B | C9 | 53 | 28 |
| Octal | 21 | 200 | 272 | 133 | 37 | 0 | 33 | 311 | 123 | 50 |
| Binary | 10001 | 10000000 | 10111010 | 1011011 | 11111 | 0 | 11011 | 11001001 | 1010011 | 101000 |
Color Harmonies of #1180BA
Complementary color
Monochromatic Colors of #1180BA
Black with #1180BA
Text Example
Text Example
White with #1180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180BA; }
p { color: rgb(17,128,186); }
H1.HeaderClassName
{
color: #1180BA;
}
.AnyTagClassName
{
color: #1180BA;
}
</style>
background-color css
<style>
a { background-color: #1180BA; }
a { background-color: rgb(17,128,186); }
div.DivClassName
{
background-color: #1180BA;
}
.BgClassName
{
background-color: #1180BA;
}
</style>
border-color css
<style>
span { border-color: #1180BA; }
span { border-color: rgb(17,128,186); }
td.TdClassName
{
border-color: #1180BA;
}
.TagClassName
{
border-color: #1180BA;
}
</style>