Shades of Cerulean #1573A3
Tints of Cerulean #1573A3
RGB
CMYK
RGB Variations
Color information
#1573A3 (or 0x1573A3) is known color: Cerulean. HEX triplet: 15, 73 and A3. RGB value is (21,115,163). Sum of RGB (Red+Green+Blue) = 21+115+163=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #1573A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1573A3 is #EA8C5C. Grayscale: #5C5C5C. Windows color (decimal): -15371357 or 10711829. OLE color: 10711829.
HSL color Cylindrical-coordinate representation of color #1573A3: hue angle of 200.28º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1573A3 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 115 | 163 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.36 |
| HSL | 200.28º | 0.77% | 0.36% | - |
| HSV(B) | 200.28º | 0.87% | 0.64% | - |
| XYZ | 13.05 | 15.07 | 36.87 | - |
| YUV | 92.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 163 | 0.87 | 0.29 | 0 | 0.36 | 200.28 | 0.77 | 0.36 |
| Hex | 15 | 73 | A3 | 57 | 1D | 0 | 24 | C8 | 4D | 24 |
| Octal | 25 | 163 | 243 | 127 | 35 | 0 | 44 | 310 | 115 | 44 |
| Binary | 10101 | 1110011 | 10100011 | 1010111 | 11101 | 0 | 100100 | 11001000 | 1001101 | 100100 |
Color Harmonies of #1573A3
Complementary color
Monochromatic Colors of #1573A3
Black with #1573A3
Text Example
Text Example
White with #1573A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573A3; }
p { color: rgb(21,115,163); }
H1.HeaderClassName
{
color: #1573A3;
}
.AnyTagClassName
{
color: #1573A3;
}
</style>
background-color css
<style>
a { background-color: #1573A3; }
a { background-color: rgb(21,115,163); }
div.DivClassName
{
background-color: #1573A3;
}
.BgClassName
{
background-color: #1573A3;
}
</style>
border-color css
<style>
span { border-color: #1573A3; }
span { border-color: rgb(21,115,163); }
td.TdClassName
{
border-color: #1573A3;
}
.TagClassName
{
border-color: #1573A3;
}
</style>