Shades of Navy Blue #1965DD
Tints of Navy Blue #1965DD
RGB
CMYK
RGB Variations
Color information
#1965DD (or 0x1965DD) is known color: Navy Blue. HEX triplet: 19, 65 and DD. RGB value is (25,101,221). Sum of RGB (Red+Green+Blue) = 25+101+221=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #1965DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965DD is #E69A22. Grayscale: #5B5B5B. Windows color (decimal): -15112739 or 14509337. OLE color: 14509337.
HSL color Cylindrical-coordinate representation of color #1965DD: hue angle of 216.73º 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 #1965DD is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 101 | 221 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.13 |
| HSL | 216.73º | 0.8% | 0.48% | - |
| HSV(B) | 216.73º | 0.89% | 0.87% | - |
| XYZ | 18.11 | 14.73 | 70.3 | - |
| YUV | 91.96 | 200.82 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 221 | 0.89 | 0.54 | 0 | 0.13 | 216.73 | 0.8 | 0.48 |
| Hex | 19 | 65 | DD | 59 | 36 | 0 | D | D9 | 50 | 30 |
| Octal | 31 | 145 | 335 | 131 | 66 | 0 | 15 | 331 | 120 | 60 |
| Binary | 11001 | 1100101 | 11011101 | 1011001 | 110110 | 0 | 1101 | 11011001 | 1010000 | 110000 |
Color Harmonies of #1965DD
Complementary color
Monochromatic Colors of #1965DD
Black with #1965DD
Text Example
Text Example
White with #1965DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965DD; }
p { color: rgb(25,101,221); }
H1.HeaderClassName
{
color: #1965DD;
}
.AnyTagClassName
{
color: #1965DD;
}
</style>
background-color css
<style>
a { background-color: #1965DD; }
a { background-color: rgb(25,101,221); }
div.DivClassName
{
background-color: #1965DD;
}
.BgClassName
{
background-color: #1965DD;
}
</style>
border-color css
<style>
span { border-color: #1965DD; }
span { border-color: rgb(25,101,221); }
td.TdClassName
{
border-color: #1965DD;
}
.TagClassName
{
border-color: #1965DD;
}
</style>