Shades of Cerulean #1580C0
Tints of Cerulean #1580C0
RGB
CMYK
RGB Variations
Color information
#1580C0 (or 0x1580C0) is known color: Cerulean. HEX triplet: 15, 80 and C0. RGB value is (21,128,192). Sum of RGB (Red+Green+Blue) = 21+128+192=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #1580C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580C0 is #EA7F3F. Grayscale: #666666. Windows color (decimal): -15368000 or 12615701. OLE color: 12615701.
HSL color Cylindrical-coordinate representation of color #1580C0: hue angle of 202.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580C0 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 128 | 192 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.25 |
| HSL | 202.46º | 0.8% | 0.42% | - |
| HSV(B) | 202.46º | 0.89% | 0.75% | - |
| XYZ | 17.54 | 19.4 | 52.69 | - |
| YUV | 103.3 | 178.05 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 192 | 0.89 | 0.33 | 0 | 0.25 | 202.46 | 0.8 | 0.42 |
| Hex | 15 | 80 | C0 | 59 | 21 | 0 | 19 | CA | 50 | 2A |
| Octal | 25 | 200 | 300 | 131 | 41 | 0 | 31 | 312 | 120 | 52 |
| Binary | 10101 | 10000000 | 11000000 | 1011001 | 100001 | 0 | 11001 | 11001010 | 1010000 | 101010 |
Color Harmonies of #1580C0
Complementary color
Monochromatic Colors of #1580C0
Black with #1580C0
Text Example
Text Example
White with #1580C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580C0; }
p { color: rgb(21,128,192); }
H1.HeaderClassName
{
color: #1580C0;
}
.AnyTagClassName
{
color: #1580C0;
}
</style>
background-color css
<style>
a { background-color: #1580C0; }
a { background-color: rgb(21,128,192); }
div.DivClassName
{
background-color: #1580C0;
}
.BgClassName
{
background-color: #1580C0;
}
</style>
border-color css
<style>
span { border-color: #1580C0; }
span { border-color: rgb(21,128,192); }
td.TdClassName
{
border-color: #1580C0;
}
.TagClassName
{
border-color: #1580C0;
}
</style>