Shades of Cerulean #1577A0
Tints of Cerulean #1577A0
RGB
CMYK
RGB Variations
Color information
#1577A0 (or 0x1577A0) is known color: Cerulean. HEX triplet: 15, 77 and A0. RGB value is (21,119,160). Sum of RGB (Red+Green+Blue) = 21+119+160=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #1577A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1577A0 is #EA885F. Grayscale: #5E5E5E. Windows color (decimal): -15370336 or 10516245. OLE color: 10516245.
HSL color Cylindrical-coordinate representation of color #1577A0: hue angle of 197.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1577A0 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 119 | 160 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.37 |
| HSL | 197.7º | 0.77% | 0.35% | - |
| HSV(B) | 197.7º | 0.87% | 0.63% | - |
| XYZ | 13.25 | 15.89 | 35.63 | - |
| YUV | 94.37 | 165.03 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 160 | 0.87 | 0.26 | 0 | 0.37 | 197.7 | 0.77 | 0.35 |
| Hex | 15 | 77 | A0 | 57 | 1A | 0 | 25 | C6 | 4D | 23 |
| Octal | 25 | 167 | 240 | 127 | 32 | 0 | 45 | 306 | 115 | 43 |
| Binary | 10101 | 1110111 | 10100000 | 1010111 | 11010 | 0 | 100101 | 11000110 | 1001101 | 100011 |
Color Harmonies of #1577A0
Complementary color
Monochromatic Colors of #1577A0
Black with #1577A0
Text Example
Text Example
White with #1577A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577A0; }
p { color: rgb(21,119,160); }
H1.HeaderClassName
{
color: #1577A0;
}
.AnyTagClassName
{
color: #1577A0;
}
</style>
background-color css
<style>
a { background-color: #1577A0; }
a { background-color: rgb(21,119,160); }
div.DivClassName
{
background-color: #1577A0;
}
.BgClassName
{
background-color: #1577A0;
}
</style>
border-color css
<style>
span { border-color: #1577A0; }
span { border-color: rgb(21,119,160); }
td.TdClassName
{
border-color: #1577A0;
}
.TagClassName
{
border-color: #1577A0;
}
</style>