Shades of Cerulean #1182AE
Tints of Cerulean #1182AE
RGB
CMYK
RGB Variations
Color information
#1182AE (or 0x1182AE) is known color: Cerulean. HEX triplet: 11, 82 and AE. RGB value is (17,130,174). Sum of RGB (Red+Green+Blue) = 17+130+174=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1182AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1182AE is #EE7D51. Grayscale: #646464. Windows color (decimal): -15629650 or 11436561. OLE color: 11436561.
HSL color Cylindrical-coordinate representation of color #1182AE: hue angle of 196.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1182AE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 130 | 174 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.32 |
| HSL | 196.82º | 0.82% | 0.37% | - |
| HSV(B) | 196.82º | 0.9% | 0.68% | - |
| XYZ | 15.85 | 19.14 | 42.9 | - |
| YUV | 101.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 174 | 0.90 | 0.25 | 0 | 0.32 | 196.82 | 0.82 | 0.37 |
| Hex | 11 | 82 | AE | 5A | 19 | 0 | 20 | C5 | 52 | 25 |
| Octal | 21 | 202 | 256 | 132 | 31 | 0 | 40 | 305 | 122 | 45 |
| Binary | 10001 | 10000010 | 10101110 | 1011010 | 11001 | 0 | 100000 | 11000101 | 1010010 | 100101 |
Color Harmonies of #1182AE
Complementary color
Monochromatic Colors of #1182AE
Black with #1182AE
Text Example
Text Example
White with #1182AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182AE; }
p { color: rgb(17,130,174); }
H1.HeaderClassName
{
color: #1182AE;
}
.AnyTagClassName
{
color: #1182AE;
}
</style>
background-color css
<style>
a { background-color: #1182AE; }
a { background-color: rgb(17,130,174); }
div.DivClassName
{
background-color: #1182AE;
}
.BgClassName
{
background-color: #1182AE;
}
</style>
border-color css
<style>
span { border-color: #1182AE; }
span { border-color: rgb(17,130,174); }
td.TdClassName
{
border-color: #1182AE;
}
.TagClassName
{
border-color: #1182AE;
}
</style>