Shades of Cerulean #1581AF
Tints of Cerulean #1581AF
RGB
CMYK
RGB Variations
Color information
#1581AF (or 0x1581AF) is known color: Cerulean. HEX triplet: 15, 81 and AF. RGB value is (21,129,175). Sum of RGB (Red+Green+Blue) = 21+129+175=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #1581AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1581AF is #EA7E50. Grayscale: #656565. Windows color (decimal): -15367761 or 11501845. OLE color: 11501845.
HSL color Cylindrical-coordinate representation of color #1581AF: hue angle of 197.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1581AF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 129 | 175 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.31 |
| HSL | 197.92º | 0.79% | 0.38% | - |
| HSV(B) | 197.92º | 0.88% | 0.69% | - |
| XYZ | 15.9 | 18.96 | 43.38 | - |
| YUV | 101.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 175 | 0.88 | 0.26 | 0 | 0.31 | 197.92 | 0.79 | 0.38 |
| Hex | 15 | 81 | AF | 58 | 1A | 0 | 1F | C6 | 4F | 26 |
| Octal | 25 | 201 | 257 | 130 | 32 | 0 | 37 | 306 | 117 | 46 |
| Binary | 10101 | 10000001 | 10101111 | 1011000 | 11010 | 0 | 11111 | 11000110 | 1001111 | 100110 |
Color Harmonies of #1581AF
Complementary color
Monochromatic Colors of #1581AF
Black with #1581AF
Text Example
Text Example
White with #1581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581AF; }
p { color: rgb(21,129,175); }
H1.HeaderClassName
{
color: #1581AF;
}
.AnyTagClassName
{
color: #1581AF;
}
</style>
background-color css
<style>
a { background-color: #1581AF; }
a { background-color: rgb(21,129,175); }
div.DivClassName
{
background-color: #1581AF;
}
.BgClassName
{
background-color: #1581AF;
}
</style>
border-color css
<style>
span { border-color: #1581AF; }
span { border-color: rgb(21,129,175); }
td.TdClassName
{
border-color: #1581AF;
}
.TagClassName
{
border-color: #1581AF;
}
</style>