Shades of Cerulean #1580BB
Tints of Cerulean #1580BB
RGB
CMYK
RGB Variations
Color information
#1580BB (or 0x1580BB) is known color: Cerulean. HEX triplet: 15, 80 and BB. RGB value is (21,128,187). Sum of RGB (Red+Green+Blue) = 21+128+187=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #1580BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580BB is #EA7F44. Grayscale: #666666. Windows color (decimal): -15368005 or 12288021. OLE color: 12288021.
HSL color Cylindrical-coordinate representation of color #1580BB: hue angle of 201.33º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580BB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 128 | 187 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.27 |
| HSL | 201.33º | 0.8% | 0.41% | - |
| HSV(B) | 201.33º | 0.89% | 0.73% | - |
| XYZ | 17 | 19.19 | 49.82 | - |
| YUV | 102.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 187 | 0.89 | 0.32 | 0 | 0.27 | 201.33 | 0.8 | 0.41 |
| Hex | 15 | 80 | BB | 59 | 20 | 0 | 1B | C9 | 50 | 29 |
| Octal | 25 | 200 | 273 | 131 | 40 | 0 | 33 | 311 | 120 | 51 |
| Binary | 10101 | 10000000 | 10111011 | 1011001 | 100000 | 0 | 11011 | 11001001 | 1010000 | 101001 |
Color Harmonies of #1580BB
Complementary color
Monochromatic Colors of #1580BB
Black with #1580BB
Text Example
Text Example
White with #1580BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580BB; }
p { color: rgb(21,128,187); }
H1.HeaderClassName
{
color: #1580BB;
}
.AnyTagClassName
{
color: #1580BB;
}
</style>
background-color css
<style>
a { background-color: #1580BB; }
a { background-color: rgb(21,128,187); }
div.DivClassName
{
background-color: #1580BB;
}
.BgClassName
{
background-color: #1580BB;
}
</style>
border-color css
<style>
span { border-color: #1580BB; }
span { border-color: rgb(21,128,187); }
td.TdClassName
{
border-color: #1580BB;
}
.TagClassName
{
border-color: #1580BB;
}
</style>