Shades of Cerulean #1573AD
Tints of Cerulean #1573AD
RGB
CMYK
RGB Variations
Color information
#1573AD (or 0x1573AD) is known color: Cerulean. HEX triplet: 15, 73 and AD. RGB value is (21,115,173). Sum of RGB (Red+Green+Blue) = 21+115+173=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #1573AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1573AD is #EA8C52. Grayscale: #5D5D5D. Windows color (decimal): -15371347 or 11367189. OLE color: 11367189.
HSL color Cylindrical-coordinate representation of color #1573AD: hue angle of 202.89º 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 #1573AD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 115 | 173 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.32 |
| HSL | 202.89º | 0.78% | 0.38% | - |
| HSV(B) | 202.89º | 0.88% | 0.68% | - |
| XYZ | 13.98 | 15.44 | 41.78 | - |
| YUV | 93.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 173 | 0.88 | 0.34 | 0 | 0.32 | 202.89 | 0.78 | 0.38 |
| Hex | 15 | 73 | AD | 58 | 22 | 0 | 20 | CB | 4E | 26 |
| Octal | 25 | 163 | 255 | 130 | 42 | 0 | 40 | 313 | 116 | 46 |
| Binary | 10101 | 1110011 | 10101101 | 1011000 | 100010 | 0 | 100000 | 11001011 | 1001110 | 100110 |
Color Harmonies of #1573AD
Complementary color
Monochromatic Colors of #1573AD
Black with #1573AD
Text Example
Text Example
White with #1573AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573AD; }
p { color: rgb(21,115,173); }
H1.HeaderClassName
{
color: #1573AD;
}
.AnyTagClassName
{
color: #1573AD;
}
</style>
background-color css
<style>
a { background-color: #1573AD; }
a { background-color: rgb(21,115,173); }
div.DivClassName
{
background-color: #1573AD;
}
.BgClassName
{
background-color: #1573AD;
}
</style>
border-color css
<style>
span { border-color: #1573AD; }
span { border-color: rgb(21,115,173); }
td.TdClassName
{
border-color: #1573AD;
}
.TagClassName
{
border-color: #1573AD;
}
</style>