Shades of Navy Blue #1964DD
Tints of Navy Blue #1964DD
RGB
CMYK
RGB Variations
Color information
#1964DD (or 0x1964DD) is known color: Navy Blue. HEX triplet: 19, 64 and DD. RGB value is (25,100,221). Sum of RGB (Red+Green+Blue) = 25+100+221=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #1964DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964DD is #E69B22. Grayscale: #5A5A5A. Windows color (decimal): -15112995 or 14509081. OLE color: 14509081.
HSL color Cylindrical-coordinate representation of color #1964DD: hue angle of 217.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1964DD is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 100 | 221 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.13 |
| HSL | 217.04º | 0.8% | 0.48% | - |
| HSV(B) | 217.04º | 0.89% | 0.87% | - |
| XYZ | 18.01 | 14.54 | 70.26 | - |
| YUV | 91.37 | 201.15 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 221 | 0.89 | 0.55 | 0 | 0.13 | 217.04 | 0.8 | 0.48 |
| Hex | 19 | 64 | DD | 59 | 37 | 0 | D | D9 | 50 | 30 |
| Octal | 31 | 144 | 335 | 131 | 67 | 0 | 15 | 331 | 120 | 60 |
| Binary | 11001 | 1100100 | 11011101 | 1011001 | 110111 | 0 | 1101 | 11011001 | 1010000 | 110000 |
Color Harmonies of #1964DD
Complementary color
Monochromatic Colors of #1964DD
Black with #1964DD
Text Example
Text Example
White with #1964DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964DD; }
p { color: rgb(25,100,221); }
H1.HeaderClassName
{
color: #1964DD;
}
.AnyTagClassName
{
color: #1964DD;
}
</style>
background-color css
<style>
a { background-color: #1964DD; }
a { background-color: rgb(25,100,221); }
div.DivClassName
{
background-color: #1964DD;
}
.BgClassName
{
background-color: #1964DD;
}
</style>
border-color css
<style>
span { border-color: #1964DD; }
span { border-color: rgb(25,100,221); }
td.TdClassName
{
border-color: #1964DD;
}
.TagClassName
{
border-color: #1964DD;
}
</style>