Shades of Navy Blue #1960DD
Tints of Navy Blue #1960DD
RGB
CMYK
RGB Variations
Color information
#1960DD (or 0x1960DD) is known color: Navy Blue. HEX triplet: 19, 60 and DD. RGB value is (25,96,221). Sum of RGB (Red+Green+Blue) = 25+96+221=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1960DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960DD is #E69F22. Grayscale: #585858. Windows color (decimal): -15114019 or 14508057. OLE color: 14508057.
HSL color Cylindrical-coordinate representation of color #1960DD: hue angle of 218.27º 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 #1960DD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 96 | 221 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.13 |
| HSL | 218.27º | 0.8% | 0.48% | - |
| HSV(B) | 218.27º | 0.89% | 0.87% | - |
| XYZ | 17.63 | 13.79 | 70.14 | - |
| YUV | 89.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 221 | 0.89 | 0.57 | 0 | 0.13 | 218.27 | 0.8 | 0.48 |
| Hex | 19 | 60 | DD | 59 | 39 | 0 | D | DA | 50 | 30 |
| Octal | 31 | 140 | 335 | 131 | 71 | 0 | 15 | 332 | 120 | 60 |
| Binary | 11001 | 1100000 | 11011101 | 1011001 | 111001 | 0 | 1101 | 11011010 | 1010000 | 110000 |
Color Harmonies of #1960DD
Complementary color
Monochromatic Colors of #1960DD
Black with #1960DD
Text Example
Text Example
White with #1960DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960DD; }
p { color: rgb(25,96,221); }
H1.HeaderClassName
{
color: #1960DD;
}
.AnyTagClassName
{
color: #1960DD;
}
</style>
background-color css
<style>
a { background-color: #1960DD; }
a { background-color: rgb(25,96,221); }
div.DivClassName
{
background-color: #1960DD;
}
.BgClassName
{
background-color: #1960DD;
}
</style>
border-color css
<style>
span { border-color: #1960DD; }
span { border-color: rgb(25,96,221); }
td.TdClassName
{
border-color: #1960DD;
}
.TagClassName
{
border-color: #1960DD;
}
</style>