Shades of Cerulean #1580C1
Tints of Cerulean #1580C1
RGB
CMYK
RGB Variations
Color information
#1580C1 (or 0x1580C1) is known color: Cerulean. HEX triplet: 15, 80 and C1. RGB value is (21,128,193). Sum of RGB (Red+Green+Blue) = 21+128+193=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #1580C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580C1 is #EA7F3E. Grayscale: #676767. Windows color (decimal): -15367999 or 12681237. OLE color: 12681237.
HSL color Cylindrical-coordinate representation of color #1580C1: hue angle of 202.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580C1 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 128 | 193 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.24 |
| HSL | 202.67º | 0.8% | 0.42% | - |
| HSV(B) | 202.67º | 0.89% | 0.76% | - |
| XYZ | 17.65 | 19.45 | 53.28 | - |
| YUV | 103.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 193 | 0.89 | 0.34 | 0 | 0.24 | 202.67 | 0.8 | 0.42 |
| Hex | 15 | 80 | C1 | 59 | 22 | 0 | 18 | CB | 50 | 2A |
| Octal | 25 | 200 | 301 | 131 | 42 | 0 | 30 | 313 | 120 | 52 |
| Binary | 10101 | 10000000 | 11000001 | 1011001 | 100010 | 0 | 11000 | 11001011 | 1010000 | 101010 |
Color Harmonies of #1580C1
Complementary color
Monochromatic Colors of #1580C1
Black with #1580C1
Text Example
Text Example
White with #1580C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580C1; }
p { color: rgb(21,128,193); }
H1.HeaderClassName
{
color: #1580C1;
}
.AnyTagClassName
{
color: #1580C1;
}
</style>
background-color css
<style>
a { background-color: #1580C1; }
a { background-color: rgb(21,128,193); }
div.DivClassName
{
background-color: #1580C1;
}
.BgClassName
{
background-color: #1580C1;
}
</style>
border-color css
<style>
span { border-color: #1580C1; }
span { border-color: rgb(21,128,193); }
td.TdClassName
{
border-color: #1580C1;
}
.TagClassName
{
border-color: #1580C1;
}
</style>