Shades of Cerulean #1580AD
Tints of Cerulean #1580AD
RGB
CMYK
RGB Variations
Color information
#1580AD (or 0x1580AD) is known color: Cerulean. HEX triplet: 15, 80 and AD. RGB value is (21,128,173). Sum of RGB (Red+Green+Blue) = 21+128+173=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1580AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580AD is #EA7F52. Grayscale: #646464. Windows color (decimal): -15368019 or 11370517. OLE color: 11370517.
HSL color Cylindrical-coordinate representation of color #1580AD: hue angle of 197.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1580AD is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 128 | 173 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.32 |
| HSL | 197.76º | 0.78% | 0.38% | - |
| HSV(B) | 197.76º | 0.88% | 0.68% | - |
| XYZ | 15.57 | 18.61 | 42.31 | - |
| YUV | 101.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 173 | 0.88 | 0.26 | 0 | 0.32 | 197.76 | 0.78 | 0.38 |
| Hex | 15 | 80 | AD | 58 | 1A | 0 | 20 | C6 | 4E | 26 |
| Octal | 25 | 200 | 255 | 130 | 32 | 0 | 40 | 306 | 116 | 46 |
| Binary | 10101 | 10000000 | 10101101 | 1011000 | 11010 | 0 | 100000 | 11000110 | 1001110 | 100110 |
Color Harmonies of #1580AD
Complementary color
Monochromatic Colors of #1580AD
Black with #1580AD
Text Example
Text Example
White with #1580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580AD; }
p { color: rgb(21,128,173); }
H1.HeaderClassName
{
color: #1580AD;
}
.AnyTagClassName
{
color: #1580AD;
}
</style>
background-color css
<style>
a { background-color: #1580AD; }
a { background-color: rgb(21,128,173); }
div.DivClassName
{
background-color: #1580AD;
}
.BgClassName
{
background-color: #1580AD;
}
</style>
border-color css
<style>
span { border-color: #1580AD; }
span { border-color: rgb(21,128,173); }
td.TdClassName
{
border-color: #1580AD;
}
.TagClassName
{
border-color: #1580AD;
}
</style>