Shades of Cerulean #1576A1
Tints of Cerulean #1576A1
RGB
CMYK
RGB Variations
Color information
#1576A1 (or 0x1576A1) is known color: Cerulean. HEX triplet: 15, 76 and A1. RGB value is (21,118,161). Sum of RGB (Red+Green+Blue) = 21+118+161=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #1576A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1576A1 is #EA895E. Grayscale: #5D5D5D. Windows color (decimal): -15370591 or 10581525. OLE color: 10581525.
HSL color Cylindrical-coordinate representation of color #1576A1: hue angle of 198.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1576A1 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 118 | 161 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.37 |
| HSL | 198.43º | 0.77% | 0.36% | - |
| HSV(B) | 198.43º | 0.87% | 0.63% | - |
| XYZ | 13.22 | 15.69 | 36.05 | - |
| YUV | 93.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 161 | 0.87 | 0.27 | 0 | 0.37 | 198.43 | 0.77 | 0.36 |
| Hex | 15 | 76 | A1 | 57 | 1B | 0 | 25 | C6 | 4D | 24 |
| Octal | 25 | 166 | 241 | 127 | 33 | 0 | 45 | 306 | 115 | 44 |
| Binary | 10101 | 1110110 | 10100001 | 1010111 | 11011 | 0 | 100101 | 11000110 | 1001101 | 100100 |
Color Harmonies of #1576A1
Complementary color
Monochromatic Colors of #1576A1
Black with #1576A1
Text Example
Text Example
White with #1576A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576A1; }
p { color: rgb(21,118,161); }
H1.HeaderClassName
{
color: #1576A1;
}
.AnyTagClassName
{
color: #1576A1;
}
</style>
background-color css
<style>
a { background-color: #1576A1; }
a { background-color: rgb(21,118,161); }
div.DivClassName
{
background-color: #1576A1;
}
.BgClassName
{
background-color: #1576A1;
}
</style>
border-color css
<style>
span { border-color: #1576A1; }
span { border-color: rgb(21,118,161); }
td.TdClassName
{
border-color: #1576A1;
}
.TagClassName
{
border-color: #1576A1;
}
</style>