Shades of Cerulean #1580BC
Tints of Cerulean #1580BC
RGB
CMYK
RGB Variations
Color information
#1580BC (or 0x1580BC) is known color: Cerulean. HEX triplet: 15, 80 and BC. RGB value is (21,128,188). Sum of RGB (Red+Green+Blue) = 21+128+188=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #1580BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580BC is #EA7F43. Grayscale: #666666. Windows color (decimal): -15368004 or 12353557. OLE color: 12353557.
HSL color Cylindrical-coordinate representation of color #1580BC: hue angle of 201.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580BC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 128 | 188 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.26 |
| HSL | 201.56º | 0.8% | 0.41% | - |
| HSV(B) | 201.56º | 0.89% | 0.74% | - |
| XYZ | 17.11 | 19.23 | 50.39 | - |
| YUV | 102.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 188 | 0.89 | 0.32 | 0 | 0.26 | 201.56 | 0.8 | 0.41 |
| Hex | 15 | 80 | BC | 59 | 20 | 0 | 1A | CA | 50 | 29 |
| Octal | 25 | 200 | 274 | 131 | 40 | 0 | 32 | 312 | 120 | 51 |
| Binary | 10101 | 10000000 | 10111100 | 1011001 | 100000 | 0 | 11010 | 11001010 | 1010000 | 101001 |
Color Harmonies of #1580BC
Complementary color
Monochromatic Colors of #1580BC
Black with #1580BC
Text Example
Text Example
White with #1580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580BC; }
p { color: rgb(21,128,188); }
H1.HeaderClassName
{
color: #1580BC;
}
.AnyTagClassName
{
color: #1580BC;
}
</style>
background-color css
<style>
a { background-color: #1580BC; }
a { background-color: rgb(21,128,188); }
div.DivClassName
{
background-color: #1580BC;
}
.BgClassName
{
background-color: #1580BC;
}
</style>
border-color css
<style>
span { border-color: #1580BC; }
span { border-color: rgb(21,128,188); }
td.TdClassName
{
border-color: #1580BC;
}
.TagClassName
{
border-color: #1580BC;
}
</style>