Shades of Cerulean #1570A5
Tints of Cerulean #1570A5
RGB
CMYK
RGB Variations
Color information
#1570A5 (or 0x1570A5) is known color: Cerulean. HEX triplet: 15, 70 and A5. RGB value is (21,112,165). Sum of RGB (Red+Green+Blue) = 21+112+165=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #1570A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1570A5 is #EA8F5A. Grayscale: #5A5A5A. Windows color (decimal): -15372123 or 10842133. OLE color: 10842133.
HSL color Cylindrical-coordinate representation of color #1570A5: hue angle of 202.08º 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 #1570A5 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 112 | 165 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.35 |
| HSL | 202.08º | 0.77% | 0.36% | - |
| HSV(B) | 202.08º | 0.87% | 0.65% | - |
| XYZ | 12.89 | 14.46 | 37.71 | - |
| YUV | 90.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 165 | 0.87 | 0.32 | 0 | 0.35 | 202.08 | 0.77 | 0.36 |
| Hex | 15 | 70 | A5 | 57 | 20 | 0 | 23 | CA | 4D | 24 |
| Octal | 25 | 160 | 245 | 127 | 40 | 0 | 43 | 312 | 115 | 44 |
| Binary | 10101 | 1110000 | 10100101 | 1010111 | 100000 | 0 | 100011 | 11001010 | 1001101 | 100100 |
Color Harmonies of #1570A5
Complementary color
Monochromatic Colors of #1570A5
Black with #1570A5
Text Example
Text Example
White with #1570A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570A5; }
p { color: rgb(21,112,165); }
H1.HeaderClassName
{
color: #1570A5;
}
.AnyTagClassName
{
color: #1570A5;
}
</style>
background-color css
<style>
a { background-color: #1570A5; }
a { background-color: rgb(21,112,165); }
div.DivClassName
{
background-color: #1570A5;
}
.BgClassName
{
background-color: #1570A5;
}
</style>
border-color css
<style>
span { border-color: #1570A5; }
span { border-color: rgb(21,112,165); }
td.TdClassName
{
border-color: #1570A5;
}
.TagClassName
{
border-color: #1570A5;
}
</style>