Shades of Cerulean #1983AD
Tints of Cerulean #1983AD
RGB
CMYK
RGB Variations
Color information
#1983AD (or 0x1983AD) is known color: Cerulean. HEX triplet: 19, 83 and AD. RGB value is (25,131,173). Sum of RGB (Red+Green+Blue) = 25+131+173=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #1983AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1983AD is #E67C52. Grayscale: #676767. Windows color (decimal): -15105107 or 11371289. OLE color: 11371289.
HSL color Cylindrical-coordinate representation of color #1983AD: hue angle of 197.03º 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 #1983AD is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 131 | 173 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.32 |
| HSL | 197.03º | 0.75% | 0.39% | - |
| HSV(B) | 197.03º | 0.86% | 0.68% | - |
| XYZ | 16.06 | 19.46 | 42.44 | - |
| YUV | 104.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 173 | 0.86 | 0.24 | 0 | 0.32 | 197.03 | 0.75 | 0.39 |
| Hex | 19 | 83 | AD | 56 | 18 | 0 | 20 | C5 | 4B | 27 |
| Octal | 31 | 203 | 255 | 126 | 30 | 0 | 40 | 305 | 113 | 47 |
| Binary | 11001 | 10000011 | 10101101 | 1010110 | 11000 | 0 | 100000 | 11000101 | 1001011 | 100111 |
Color Harmonies of #1983AD
Complementary color
Monochromatic Colors of #1983AD
Black with #1983AD
Text Example
Text Example
White with #1983AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983AD; }
p { color: rgb(25,131,173); }
H1.HeaderClassName
{
color: #1983AD;
}
.AnyTagClassName
{
color: #1983AD;
}
</style>
background-color css
<style>
a { background-color: #1983AD; }
a { background-color: rgb(25,131,173); }
div.DivClassName
{
background-color: #1983AD;
}
.BgClassName
{
background-color: #1983AD;
}
</style>
border-color css
<style>
span { border-color: #1983AD; }
span { border-color: rgb(25,131,173); }
td.TdClassName
{
border-color: #1983AD;
}
.TagClassName
{
border-color: #1983AD;
}
</style>