Shades of Cerulean #1576AF
Tints of Cerulean #1576AF
RGB
CMYK
RGB Variations
Color information
#1576AF (or 0x1576AF) is known color: Cerulean. HEX triplet: 15, 76 and AF. RGB value is (21,118,175). Sum of RGB (Red+Green+Blue) = 21+118+175=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #1576AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1576AF is #EA8950. Grayscale: #5F5F5F. Windows color (decimal): -15370577 or 11499029. OLE color: 11499029.
HSL color Cylindrical-coordinate representation of color #1576AF: hue angle of 202.21º 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 #1576AF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 118 | 175 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.31 |
| HSL | 202.21º | 0.79% | 0.38% | - |
| HSV(B) | 202.21º | 0.88% | 0.69% | - |
| XYZ | 14.53 | 16.21 | 42.92 | - |
| YUV | 95.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 175 | 0.88 | 0.33 | 0 | 0.31 | 202.21 | 0.79 | 0.38 |
| Hex | 15 | 76 | AF | 58 | 21 | 0 | 1F | CA | 4F | 26 |
| Octal | 25 | 166 | 257 | 130 | 41 | 0 | 37 | 312 | 117 | 46 |
| Binary | 10101 | 1110110 | 10101111 | 1011000 | 100001 | 0 | 11111 | 11001010 | 1001111 | 100110 |
Color Harmonies of #1576AF
Complementary color
Monochromatic Colors of #1576AF
Black with #1576AF
Text Example
Text Example
White with #1576AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576AF; }
p { color: rgb(21,118,175); }
H1.HeaderClassName
{
color: #1576AF;
}
.AnyTagClassName
{
color: #1576AF;
}
</style>
background-color css
<style>
a { background-color: #1576AF; }
a { background-color: rgb(21,118,175); }
div.DivClassName
{
background-color: #1576AF;
}
.BgClassName
{
background-color: #1576AF;
}
</style>
border-color css
<style>
span { border-color: #1576AF; }
span { border-color: rgb(21,118,175); }
td.TdClassName
{
border-color: #1576AF;
}
.TagClassName
{
border-color: #1576AF;
}
</style>