Shades of Cerulean #1982AA
Tints of Cerulean #1982AA
RGB
CMYK
RGB Variations
Color information
#1982AA (or 0x1982AA) is known color: Cerulean. HEX triplet: 19, 82 and AA. RGB value is (25,130,170). Sum of RGB (Red+Green+Blue) = 25+130+170=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #1982AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1982AA is #E67D55. Grayscale: #666666. Windows color (decimal): -15105366 or 11174425. OLE color: 11174425.
HSL color Cylindrical-coordinate representation of color #1982AA: hue angle of 196.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1982AA is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 130 | 170 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.33 |
| HSL | 196.55º | 0.74% | 0.38% | - |
| HSV(B) | 196.55º | 0.85% | 0.67% | - |
| XYZ | 15.64 | 19.07 | 40.89 | - |
| YUV | 103.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 170 | 0.85 | 0.24 | 0 | 0.33 | 196.55 | 0.74 | 0.38 |
| Hex | 19 | 82 | AA | 55 | 18 | 0 | 21 | C5 | 4A | 26 |
| Octal | 31 | 202 | 252 | 125 | 30 | 0 | 41 | 305 | 112 | 46 |
| Binary | 11001 | 10000010 | 10101010 | 1010101 | 11000 | 0 | 100001 | 11000101 | 1001010 | 100110 |
Color Harmonies of #1982AA
Complementary color
Monochromatic Colors of #1982AA
Black with #1982AA
Text Example
Text Example
White with #1982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982AA; }
p { color: rgb(25,130,170); }
H1.HeaderClassName
{
color: #1982AA;
}
.AnyTagClassName
{
color: #1982AA;
}
</style>
background-color css
<style>
a { background-color: #1982AA; }
a { background-color: rgb(25,130,170); }
div.DivClassName
{
background-color: #1982AA;
}
.BgClassName
{
background-color: #1982AA;
}
</style>
border-color css
<style>
span { border-color: #1982AA; }
span { border-color: rgb(25,130,170); }
td.TdClassName
{
border-color: #1982AA;
}
.TagClassName
{
border-color: #1982AA;
}
</style>