Shades of Cerulean #1580A0
Tints of Cerulean #1580A0
RGB
CMYK
RGB Variations
Color information
#1580A0 (or 0x1580A0) is known color: Cerulean. HEX triplet: 15, 80 and A0. RGB value is (21,128,160). Sum of RGB (Red+Green+Blue) = 21+128+160=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #1580A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580A0 is #EA7F5F. Grayscale: #636363. Windows color (decimal): -15368032 or 10518549. OLE color: 10518549.
HSL color Cylindrical-coordinate representation of color #1580A0: hue angle of 193.81º 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 #1580A0 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 128 | 160 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.37 |
| HSL | 193.81º | 0.77% | 0.35% | - |
| HSV(B) | 193.81º | 0.87% | 0.63% | - |
| XYZ | 14.37 | 18.14 | 36 | - |
| YUV | 99.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 160 | 0.87 | 0.20 | 0 | 0.37 | 193.81 | 0.77 | 0.35 |
| Hex | 15 | 80 | A0 | 57 | 14 | 0 | 25 | C2 | 4D | 23 |
| Octal | 25 | 200 | 240 | 127 | 24 | 0 | 45 | 302 | 115 | 43 |
| Binary | 10101 | 10000000 | 10100000 | 1010111 | 10100 | 0 | 100101 | 11000010 | 1001101 | 100011 |
Color Harmonies of #1580A0
Complementary color
Monochromatic Colors of #1580A0
Black with #1580A0
Text Example
Text Example
White with #1580A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580A0; }
p { color: rgb(21,128,160); }
H1.HeaderClassName
{
color: #1580A0;
}
.AnyTagClassName
{
color: #1580A0;
}
</style>
background-color css
<style>
a { background-color: #1580A0; }
a { background-color: rgb(21,128,160); }
div.DivClassName
{
background-color: #1580A0;
}
.BgClassName
{
background-color: #1580A0;
}
</style>
border-color css
<style>
span { border-color: #1580A0; }
span { border-color: rgb(21,128,160); }
td.TdClassName
{
border-color: #1580A0;
}
.TagClassName
{
border-color: #1580A0;
}
</style>