Shades of Navy Blue #1573E4
Tints of Navy Blue #1573E4
RGB
CMYK
RGB Variations
Color information
#1573E4 (or 0x1573E4) is known color: Navy Blue. HEX triplet: 15, 73 and E4. RGB value is (21,115,228). Sum of RGB (Red+Green+Blue) = 21+115+228=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #1573E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573E4 is #EA8C1B. Grayscale: #636363. Windows color (decimal): -15371292 or 14971669. OLE color: 14971669.
HSL color Cylindrical-coordinate representation of color #1573E4: hue angle of 212.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1573E4 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 115 | 228 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.11 |
| HSL | 212.75º | 0.83% | 0.49% | - |
| HSV(B) | 212.75º | 0.91% | 0.89% | - |
| XYZ | 20.44 | 18.02 | 75.8 | - |
| YUV | 99.78 | 200.36 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 228 | 0.91 | 0.50 | 0 | 0.11 | 212.75 | 0.83 | 0.49 |
| Hex | 15 | 73 | E4 | 5B | 32 | 0 | B | D5 | 53 | 31 |
| Octal | 25 | 163 | 344 | 133 | 62 | 0 | 13 | 325 | 123 | 61 |
| Binary | 10101 | 1110011 | 11100100 | 1011011 | 110010 | 0 | 1011 | 11010101 | 1010011 | 110001 |
Color Harmonies of #1573E4
Complementary color
Monochromatic Colors of #1573E4
Black with #1573E4
Text Example
Text Example
White with #1573E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573E4; }
p { color: rgb(21,115,228); }
H1.HeaderClassName
{
color: #1573E4;
}
.AnyTagClassName
{
color: #1573E4;
}
</style>
background-color css
<style>
a { background-color: #1573E4; }
a { background-color: rgb(21,115,228); }
div.DivClassName
{
background-color: #1573E4;
}
.BgClassName
{
background-color: #1573E4;
}
</style>
border-color css
<style>
span { border-color: #1573E4; }
span { border-color: rgb(21,115,228); }
td.TdClassName
{
border-color: #1573E4;
}
.TagClassName
{
border-color: #1573E4;
}
</style>