Shades of Cerulean #1583AD
Tints of Cerulean #1583AD
RGB
CMYK
RGB Variations
Color information
#1583AD (or 0x1583AD) is known color: Cerulean. HEX triplet: 15, 83 and AD. RGB value is (21,131,173). Sum of RGB (Red+Green+Blue) = 21+131+173=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1583AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1583AD is #EA7C52. Grayscale: #666666. Windows color (decimal): -15367251 or 11371285. OLE color: 11371285.
HSL color Cylindrical-coordinate representation of color #1583AD: hue angle of 196.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1583AD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 131 | 173 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.32 |
| HSL | 196.58º | 0.78% | 0.38% | - |
| HSV(B) | 196.58º | 0.88% | 0.68% | - |
| XYZ | 15.97 | 19.41 | 42.44 | - |
| YUV | 102.9 | 167.56 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 173 | 0.88 | 0.24 | 0 | 0.32 | 196.58 | 0.78 | 0.38 |
| Hex | 15 | 83 | AD | 58 | 18 | 0 | 20 | C5 | 4E | 26 |
| Octal | 25 | 203 | 255 | 130 | 30 | 0 | 40 | 305 | 116 | 46 |
| Binary | 10101 | 10000011 | 10101101 | 1011000 | 11000 | 0 | 100000 | 11000101 | 1001110 | 100110 |
Color Harmonies of #1583AD
Complementary color
Monochromatic Colors of #1583AD
Black with #1583AD
Text Example
Text Example
White with #1583AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583AD; }
p { color: rgb(21,131,173); }
H1.HeaderClassName
{
color: #1583AD;
}
.AnyTagClassName
{
color: #1583AD;
}
</style>
background-color css
<style>
a { background-color: #1583AD; }
a { background-color: rgb(21,131,173); }
div.DivClassName
{
background-color: #1583AD;
}
.BgClassName
{
background-color: #1583AD;
}
</style>
border-color css
<style>
span { border-color: #1583AD; }
span { border-color: rgb(21,131,173); }
td.TdClassName
{
border-color: #1583AD;
}
.TagClassName
{
border-color: #1583AD;
}
</style>