Shades of Navy Blue #1563DC
Tints of Navy Blue #1563DC
RGB
CMYK
RGB Variations
Color information
#1563DC (or 0x1563DC) is known color: Navy Blue. HEX triplet: 15, 63 and DC. RGB value is (21,99,220). Sum of RGB (Red+Green+Blue) = 21+99+220=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #1563DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563DC is #EA9C23. Grayscale: #585858. Windows color (decimal): -15375396 or 14443285. OLE color: 14443285.
HSL color Cylindrical-coordinate representation of color #1563DC: hue angle of 216.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1563DC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 99 | 220 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.14 |
| HSL | 216.48º | 0.83% | 0.47% | - |
| HSV(B) | 216.48º | 0.9% | 0.86% | - |
| XYZ | 17.69 | 14.25 | 69.53 | - |
| YUV | 89.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 220 | 0.90 | 0.55 | 0 | 0.14 | 216.48 | 0.83 | 0.47 |
| Hex | 15 | 63 | DC | 5A | 37 | 0 | E | D8 | 53 | 2F |
| Octal | 25 | 143 | 334 | 132 | 67 | 0 | 16 | 330 | 123 | 57 |
| Binary | 10101 | 1100011 | 11011100 | 1011010 | 110111 | 0 | 1110 | 11011000 | 1010011 | 101111 |
Color Harmonies of #1563DC
Complementary color
Monochromatic Colors of #1563DC
Black with #1563DC
Text Example
Text Example
White with #1563DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1563DC; }
p { color: rgb(21,99,220); }
H1.HeaderClassName
{
color: #1563DC;
}
.AnyTagClassName
{
color: #1563DC;
}
</style>
background-color css
<style>
a { background-color: #1563DC; }
a { background-color: rgb(21,99,220); }
div.DivClassName
{
background-color: #1563DC;
}
.BgClassName
{
background-color: #1563DC;
}
</style>
border-color css
<style>
span { border-color: #1563DC; }
span { border-color: rgb(21,99,220); }
td.TdClassName
{
border-color: #1563DC;
}
.TagClassName
{
border-color: #1563DC;
}
</style>