Shades of Cerulean #1180B7
Tints of Cerulean #1180B7
RGB
CMYK
RGB Variations
Color information
#1180B7 (or 0x1180B7) is known color: Cerulean. HEX triplet: 11, 80 and B7. RGB value is (17,128,183). Sum of RGB (Red+Green+Blue) = 17+128+183=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #1180B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180B7 is #EE7F48. Grayscale: #646464. Windows color (decimal): -15630153 or 12025873. OLE color: 12025873.
HSL color Cylindrical-coordinate representation of color #1180B7: hue angle of 199.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180B7 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 128 | 183 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.28 |
| HSL | 199.88º | 0.83% | 0.39% | - |
| HSV(B) | 199.88º | 0.91% | 0.72% | - |
| XYZ | 16.5 | 18.98 | 47.59 | - |
| YUV | 101.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 183 | 0.91 | 0.30 | 0 | 0.28 | 199.88 | 0.83 | 0.39 |
| Hex | 11 | 80 | B7 | 5B | 1E | 0 | 1C | C8 | 53 | 27 |
| Octal | 21 | 200 | 267 | 133 | 36 | 0 | 34 | 310 | 123 | 47 |
| Binary | 10001 | 10000000 | 10110111 | 1011011 | 11110 | 0 | 11100 | 11001000 | 1010011 | 100111 |
Color Harmonies of #1180B7
Complementary color
Monochromatic Colors of #1180B7
Black with #1180B7
Text Example
Text Example
White with #1180B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180B7; }
p { color: rgb(17,128,183); }
H1.HeaderClassName
{
color: #1180B7;
}
.AnyTagClassName
{
color: #1180B7;
}
</style>
background-color css
<style>
a { background-color: #1180B7; }
a { background-color: rgb(17,128,183); }
div.DivClassName
{
background-color: #1180B7;
}
.BgClassName
{
background-color: #1180B7;
}
</style>
border-color css
<style>
span { border-color: #1180B7; }
span { border-color: rgb(17,128,183); }
td.TdClassName
{
border-color: #1180B7;
}
.TagClassName
{
border-color: #1180B7;
}
</style>