Shades of Navy Blue #1576E1
Tints of Navy Blue #1576E1
RGB
CMYK
RGB Variations
Color information
#1576E1 (or 0x1576E1) is known color: Navy Blue. HEX triplet: 15, 76 and E1. RGB value is (21,118,225). Sum of RGB (Red+Green+Blue) = 21+118+225=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #1576E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576E1 is #EA891E. Grayscale: #646464. Windows color (decimal): -15370527 or 14775829. OLE color: 14775829.
HSL color Cylindrical-coordinate representation of color #1576E1: hue angle of 211.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1576E1 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 118 | 225 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.12 |
| HSL | 211.47º | 0.83% | 0.48% | - |
| HSV(B) | 211.47º | 0.91% | 0.88% | - |
| XYZ | 20.38 | 18.55 | 73.74 | - |
| YUV | 101.2 | 197.86 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 225 | 0.91 | 0.48 | 0 | 0.12 | 211.47 | 0.83 | 0.48 |
| Hex | 15 | 76 | E1 | 5B | 30 | 0 | C | D3 | 53 | 30 |
| Octal | 25 | 166 | 341 | 133 | 60 | 0 | 14 | 323 | 123 | 60 |
| Binary | 10101 | 1110110 | 11100001 | 1011011 | 110000 | 0 | 1100 | 11010011 | 1010011 | 110000 |
Color Harmonies of #1576E1
Complementary color
Monochromatic Colors of #1576E1
Black with #1576E1
Text Example
Text Example
White with #1576E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576E1; }
p { color: rgb(21,118,225); }
H1.HeaderClassName
{
color: #1576E1;
}
.AnyTagClassName
{
color: #1576E1;
}
</style>
background-color css
<style>
a { background-color: #1576E1; }
a { background-color: rgb(21,118,225); }
div.DivClassName
{
background-color: #1576E1;
}
.BgClassName
{
background-color: #1576E1;
}
</style>
border-color css
<style>
span { border-color: #1576E1; }
span { border-color: rgb(21,118,225); }
td.TdClassName
{
border-color: #1576E1;
}
.TagClassName
{
border-color: #1576E1;
}
</style>