Shades of Cerulean #1982AD
Tints of Cerulean #1982AD
RGB
CMYK
RGB Variations
Color information
#1982AD (or 0x1982AD) is known color: Cerulean. HEX triplet: 19, 82 and AD. RGB value is (25,130,173). Sum of RGB (Red+Green+Blue) = 25+130+173=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #1982AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1982AD is #E67D52. Grayscale: #676767. Windows color (decimal): -15105363 or 11371033. OLE color: 11371033.
HSL color Cylindrical-coordinate representation of color #1982AD: hue angle of 197.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1982AD is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 130 | 173 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.32 |
| HSL | 197.43º | 0.75% | 0.39% | - |
| HSV(B) | 197.43º | 0.86% | 0.68% | - |
| XYZ | 15.93 | 19.19 | 42.4 | - |
| YUV | 103.51 | 167.21 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 173 | 0.86 | 0.25 | 0 | 0.32 | 197.43 | 0.75 | 0.39 |
| Hex | 19 | 82 | AD | 56 | 19 | 0 | 20 | C5 | 4B | 27 |
| Octal | 31 | 202 | 255 | 126 | 31 | 0 | 40 | 305 | 113 | 47 |
| Binary | 11001 | 10000010 | 10101101 | 1010110 | 11001 | 0 | 100000 | 11000101 | 1001011 | 100111 |
Color Harmonies of #1982AD
Complementary color
Monochromatic Colors of #1982AD
Black with #1982AD
Text Example
Text Example
White with #1982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982AD; }
p { color: rgb(25,130,173); }
H1.HeaderClassName
{
color: #1982AD;
}
.AnyTagClassName
{
color: #1982AD;
}
</style>
background-color css
<style>
a { background-color: #1982AD; }
a { background-color: rgb(25,130,173); }
div.DivClassName
{
background-color: #1982AD;
}
.BgClassName
{
background-color: #1982AD;
}
</style>
border-color css
<style>
span { border-color: #1982AD; }
span { border-color: rgb(25,130,173); }
td.TdClassName
{
border-color: #1982AD;
}
.TagClassName
{
border-color: #1982AD;
}
</style>