Shades of Cerulean #1180C1
Tints of Cerulean #1180C1
RGB
CMYK
RGB Variations
Color information
#1180C1 (or 0x1180C1) is known color: Cerulean. HEX triplet: 11, 80 and C1. RGB value is (17,128,193). Sum of RGB (Red+Green+Blue) = 17+128+193=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #1180C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180C1 is #EE7F3E. Grayscale: #656565. Windows color (decimal): -15630143 or 12681233. OLE color: 12681233.
HSL color Cylindrical-coordinate representation of color #1180C1: hue angle of 202.16º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180C1 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 128 | 193 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.24 |
| HSL | 202.16º | 0.84% | 0.41% | - |
| HSV(B) | 202.16º | 0.91% | 0.76% | - |
| XYZ | 17.58 | 19.41 | 53.27 | - |
| YUV | 102.22 | 179.23 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 193 | 0.91 | 0.34 | 0 | 0.24 | 202.16 | 0.84 | 0.41 |
| Hex | 11 | 80 | C1 | 5B | 22 | 0 | 18 | CA | 54 | 29 |
| Octal | 21 | 200 | 301 | 133 | 42 | 0 | 30 | 312 | 124 | 51 |
| Binary | 10001 | 10000000 | 11000001 | 1011011 | 100010 | 0 | 11000 | 11001010 | 1010100 | 101001 |
Color Harmonies of #1180C1
Complementary color
Monochromatic Colors of #1180C1
Black with #1180C1
Text Example
Text Example
White with #1180C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180C1; }
p { color: rgb(17,128,193); }
H1.HeaderClassName
{
color: #1180C1;
}
.AnyTagClassName
{
color: #1180C1;
}
</style>
background-color css
<style>
a { background-color: #1180C1; }
a { background-color: rgb(17,128,193); }
div.DivClassName
{
background-color: #1180C1;
}
.BgClassName
{
background-color: #1180C1;
}
</style>
border-color css
<style>
span { border-color: #1180C1; }
span { border-color: rgb(17,128,193); }
td.TdClassName
{
border-color: #1180C1;
}
.TagClassName
{
border-color: #1180C1;
}
</style>