Shades of Cerulean #1572A5
Tints of Cerulean #1572A5
RGB
CMYK
RGB Variations
Color information
#1572A5 (or 0x1572A5) is known color: Cerulean. HEX triplet: 15, 72 and A5. RGB value is (21,114,165). Sum of RGB (Red+Green+Blue) = 21+114+165=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #1572A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572A5 is #EA8D5A. Grayscale: #5B5B5B. Windows color (decimal): -15371611 or 10842645. OLE color: 10842645.
HSL color Cylindrical-coordinate representation of color #1572A5: hue angle of 201.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1572A5 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 114 | 165 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.35 |
| HSL | 201.25º | 0.77% | 0.36% | - |
| HSV(B) | 201.25º | 0.87% | 0.65% | - |
| XYZ | 13.12 | 14.91 | 37.78 | - |
| YUV | 92.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 165 | 0.87 | 0.31 | 0 | 0.35 | 201.25 | 0.77 | 0.36 |
| Hex | 15 | 72 | A5 | 57 | 1F | 0 | 23 | C9 | 4D | 24 |
| Octal | 25 | 162 | 245 | 127 | 37 | 0 | 43 | 311 | 115 | 44 |
| Binary | 10101 | 1110010 | 10100101 | 1010111 | 11111 | 0 | 100011 | 11001001 | 1001101 | 100100 |
Color Harmonies of #1572A5
Complementary color
Monochromatic Colors of #1572A5
Black with #1572A5
Text Example
Text Example
White with #1572A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572A5; }
p { color: rgb(21,114,165); }
H1.HeaderClassName
{
color: #1572A5;
}
.AnyTagClassName
{
color: #1572A5;
}
</style>
background-color css
<style>
a { background-color: #1572A5; }
a { background-color: rgb(21,114,165); }
div.DivClassName
{
background-color: #1572A5;
}
.BgClassName
{
background-color: #1572A5;
}
</style>
border-color css
<style>
span { border-color: #1572A5; }
span { border-color: rgb(21,114,165); }
td.TdClassName
{
border-color: #1572A5;
}
.TagClassName
{
border-color: #1572A5;
}
</style>