Shades of Navy Blue #1563DF
Tints of Navy Blue #1563DF
RGB
CMYK
RGB Variations
Color information
#1563DF (or 0x1563DF) is known color: Navy Blue. HEX triplet: 15, 63 and DF. RGB value is (21,99,223). Sum of RGB (Red+Green+Blue) = 21+99+223=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #1563DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563DF is #EA9C20. Grayscale: #595959. Windows color (decimal): -15375393 or 14639893. OLE color: 14639893.
HSL color Cylindrical-coordinate representation of color #1563DF: hue angle of 216.83º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1563DF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 99 | 223 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 216.83º | 0.83% | 0.48% | - |
| HSV(B) | 216.83º | 0.91% | 0.87% | - |
| XYZ | 18.09 | 14.41 | 71.64 | - |
| YUV | 89.81 | 203.16 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 223 | 0.91 | 0.56 | 0 | 0.13 | 216.83 | 0.83 | 0.48 |
| Hex | 15 | 63 | DF | 5B | 38 | 0 | D | D9 | 53 | 30 |
| Octal | 25 | 143 | 337 | 133 | 70 | 0 | 15 | 331 | 123 | 60 |
| Binary | 10101 | 1100011 | 11011111 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010011 | 110000 |
Color Harmonies of #1563DF
Complementary color
Monochromatic Colors of #1563DF
Black with #1563DF
Text Example
Text Example
White with #1563DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1563DF; }
p { color: rgb(21,99,223); }
H1.HeaderClassName
{
color: #1563DF;
}
.AnyTagClassName
{
color: #1563DF;
}
</style>
background-color css
<style>
a { background-color: #1563DF; }
a { background-color: rgb(21,99,223); }
div.DivClassName
{
background-color: #1563DF;
}
.BgClassName
{
background-color: #1563DF;
}
</style>
border-color css
<style>
span { border-color: #1563DF; }
span { border-color: rgb(21,99,223); }
td.TdClassName
{
border-color: #1563DF;
}
.TagClassName
{
border-color: #1563DF;
}
</style>