Shades of Navy Blue #1563E1
Tints of Navy Blue #1563E1
RGB
CMYK
RGB Variations
Color information
#1563E1 (or 0x1563E1) is known color: Navy Blue. HEX triplet: 15, 63 and E1. RGB value is (21,99,225). Sum of RGB (Red+Green+Blue) = 21+99+225=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #1563E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563E1 is #EA9C1E. Grayscale: #595959. Windows color (decimal): -15375391 or 14770965. OLE color: 14770965.
HSL color Cylindrical-coordinate representation of color #1563E1: hue angle of 217.06º 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 #1563E1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 99 | 225 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.12 |
| HSL | 217.06º | 0.83% | 0.48% | - |
| HSV(B) | 217.06º | 0.91% | 0.88% | - |
| XYZ | 18.36 | 14.52 | 73.07 | - |
| YUV | 90.04 | 204.16 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 225 | 0.91 | 0.56 | 0 | 0.12 | 217.06 | 0.83 | 0.48 |
| Hex | 15 | 63 | E1 | 5B | 38 | 0 | C | D9 | 53 | 30 |
| Octal | 25 | 143 | 341 | 133 | 70 | 0 | 14 | 331 | 123 | 60 |
| Binary | 10101 | 1100011 | 11100001 | 1011011 | 111000 | 0 | 1100 | 11011001 | 1010011 | 110000 |
Color Harmonies of #1563E1
Complementary color
Monochromatic Colors of #1563E1
Black with #1563E1
Text Example
Text Example
White with #1563E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1563E1; }
p { color: rgb(21,99,225); }
H1.HeaderClassName
{
color: #1563E1;
}
.AnyTagClassName
{
color: #1563E1;
}
</style>
background-color css
<style>
a { background-color: #1563E1; }
a { background-color: rgb(21,99,225); }
div.DivClassName
{
background-color: #1563E1;
}
.BgClassName
{
background-color: #1563E1;
}
</style>
border-color css
<style>
span { border-color: #1563E1; }
span { border-color: rgb(21,99,225); }
td.TdClassName
{
border-color: #1563E1;
}
.TagClassName
{
border-color: #1563E1;
}
</style>