Shades of Cerulean #1982AC
Tints of Cerulean #1982AC
RGB
CMYK
RGB Variations
Color information
#1982AC (or 0x1982AC) is known color: Cerulean. HEX triplet: 19, 82 and AC. RGB value is (25,130,172). Sum of RGB (Red+Green+Blue) = 25+130+172=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1982AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1982AC is #E67D53. Grayscale: #676767. Windows color (decimal): -15105364 or 11305497. OLE color: 11305497.
HSL color Cylindrical-coordinate representation of color #1982AC: hue angle of 197.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1982AC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 130 | 172 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.33 |
| HSL | 197.14º | 0.75% | 0.39% | - |
| HSV(B) | 197.14º | 0.85% | 0.67% | - |
| XYZ | 15.83 | 19.15 | 41.89 | - |
| YUV | 103.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 172 | 0.85 | 0.24 | 0 | 0.33 | 197.14 | 0.75 | 0.39 |
| Hex | 19 | 82 | AC | 55 | 18 | 0 | 21 | C5 | 4B | 27 |
| Octal | 31 | 202 | 254 | 125 | 30 | 0 | 41 | 305 | 113 | 47 |
| Binary | 11001 | 10000010 | 10101100 | 1010101 | 11000 | 0 | 100001 | 11000101 | 1001011 | 100111 |
Color Harmonies of #1982AC
Complementary color
Monochromatic Colors of #1982AC
Black with #1982AC
Text Example
Text Example
White with #1982AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982AC; }
p { color: rgb(25,130,172); }
H1.HeaderClassName
{
color: #1982AC;
}
.AnyTagClassName
{
color: #1982AC;
}
</style>
background-color css
<style>
a { background-color: #1982AC; }
a { background-color: rgb(25,130,172); }
div.DivClassName
{
background-color: #1982AC;
}
.BgClassName
{
background-color: #1982AC;
}
</style>
border-color css
<style>
span { border-color: #1982AC; }
span { border-color: rgb(25,130,172); }
td.TdClassName
{
border-color: #1982AC;
}
.TagClassName
{
border-color: #1982AC;
}
</style>