Shades of Cerulean #1882AB
Tints of Cerulean #1882AB
RGB
CMYK
RGB Variations
Color information
#1882AB (or 0x1882AB) is known color: Cerulean. HEX triplet: 18, 82 and AB. RGB value is (24,130,171). Sum of RGB (Red+Green+Blue) = 24+130+171=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #1882AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1882AB is #E77D54. Grayscale: #666666. Windows color (decimal): -15170901 or 11239960. OLE color: 11239960.
HSL color Cylindrical-coordinate representation of color #1882AB: hue angle of 196.73º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1882AB is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 130 | 171 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.33 |
| HSL | 196.73º | 0.75% | 0.38% | - |
| HSV(B) | 196.73º | 0.86% | 0.67% | - |
| XYZ | 15.71 | 19.1 | 41.39 | - |
| YUV | 102.98 | 166.38 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 171 | 0.86 | 0.24 | 0 | 0.33 | 196.73 | 0.75 | 0.38 |
| Hex | 18 | 82 | AB | 56 | 18 | 0 | 21 | C5 | 4B | 26 |
| Octal | 30 | 202 | 253 | 126 | 30 | 0 | 41 | 305 | 113 | 46 |
| Binary | 11000 | 10000010 | 10101011 | 1010110 | 11000 | 0 | 100001 | 11000101 | 1001011 | 100110 |
Color Harmonies of #1882AB
Complementary color
Monochromatic Colors of #1882AB
Black with #1882AB
Text Example
Text Example
White with #1882AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882AB; }
p { color: rgb(24,130,171); }
H1.HeaderClassName
{
color: #1882AB;
}
.AnyTagClassName
{
color: #1882AB;
}
</style>
background-color css
<style>
a { background-color: #1882AB; }
a { background-color: rgb(24,130,171); }
div.DivClassName
{
background-color: #1882AB;
}
.BgClassName
{
background-color: #1882AB;
}
</style>
border-color css
<style>
span { border-color: #1882AB; }
span { border-color: rgb(24,130,171); }
td.TdClassName
{
border-color: #1882AB;
}
.TagClassName
{
border-color: #1882AB;
}
</style>