Shades of Navy Blue #1572E0
Tints of Navy Blue #1572E0
RGB
CMYK
RGB Variations
Color information
#1572E0 (or 0x1572E0) is known color: Navy Blue. HEX triplet: 15, 72 and E0. RGB value is (21,114,224). Sum of RGB (Red+Green+Blue) = 21+114+224=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #1572E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572E0 is #EA8D1F. Grayscale: #626262. Windows color (decimal): -15371552 or 14709269. OLE color: 14709269.
HSL color Cylindrical-coordinate representation of color #1572E0: hue angle of 212.51º 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 #1572E0 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 114 | 224 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.12 |
| HSL | 212.51º | 0.83% | 0.48% | - |
| HSV(B) | 212.51º | 0.91% | 0.88% | - |
| XYZ | 19.78 | 17.58 | 72.87 | - |
| YUV | 98.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 224 | 0.91 | 0.49 | 0 | 0.12 | 212.51 | 0.83 | 0.48 |
| Hex | 15 | 72 | E0 | 5B | 31 | 0 | C | D5 | 53 | 30 |
| Octal | 25 | 162 | 340 | 133 | 61 | 0 | 14 | 325 | 123 | 60 |
| Binary | 10101 | 1110010 | 11100000 | 1011011 | 110001 | 0 | 1100 | 11010101 | 1010011 | 110000 |
Color Harmonies of #1572E0
Complementary color
Monochromatic Colors of #1572E0
Black with #1572E0
Text Example
Text Example
White with #1572E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572E0; }
p { color: rgb(21,114,224); }
H1.HeaderClassName
{
color: #1572E0;
}
.AnyTagClassName
{
color: #1572E0;
}
</style>
background-color css
<style>
a { background-color: #1572E0; }
a { background-color: rgb(21,114,224); }
div.DivClassName
{
background-color: #1572E0;
}
.BgClassName
{
background-color: #1572E0;
}
</style>
border-color css
<style>
span { border-color: #1572E0; }
span { border-color: rgb(21,114,224); }
td.TdClassName
{
border-color: #1572E0;
}
.TagClassName
{
border-color: #1572E0;
}
</style>