Shades of Navy Blue #1965DC
Tints of Navy Blue #1965DC
RGB
CMYK
RGB Variations
Color information
#1965DC (or 0x1965DC) is known color: Navy Blue. HEX triplet: 19, 65 and DC. RGB value is (25,101,220). Sum of RGB (Red+Green+Blue) = 25+101+220=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #1965DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965DC is #E69A23. Grayscale: #5B5B5B. Windows color (decimal): -15112740 or 14443801. OLE color: 14443801.
HSL color Cylindrical-coordinate representation of color #1965DC: hue angle of 216.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1965DC is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 101 | 220 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.14 |
| HSL | 216.62º | 0.8% | 0.48% | - |
| HSV(B) | 216.62º | 0.89% | 0.86% | - |
| XYZ | 17.97 | 14.68 | 69.6 | - |
| YUV | 91.84 | 200.32 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 220 | 0.89 | 0.54 | 0 | 0.14 | 216.62 | 0.8 | 0.48 |
| Hex | 19 | 65 | DC | 59 | 36 | 0 | E | D9 | 50 | 30 |
| Octal | 31 | 145 | 334 | 131 | 66 | 0 | 16 | 331 | 120 | 60 |
| Binary | 11001 | 1100101 | 11011100 | 1011001 | 110110 | 0 | 1110 | 11011001 | 1010000 | 110000 |
Color Harmonies of #1965DC
Complementary color
Monochromatic Colors of #1965DC
Black with #1965DC
Text Example
Text Example
White with #1965DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965DC; }
p { color: rgb(25,101,220); }
H1.HeaderClassName
{
color: #1965DC;
}
.AnyTagClassName
{
color: #1965DC;
}
</style>
background-color css
<style>
a { background-color: #1965DC; }
a { background-color: rgb(25,101,220); }
div.DivClassName
{
background-color: #1965DC;
}
.BgClassName
{
background-color: #1965DC;
}
</style>
border-color css
<style>
span { border-color: #1965DC; }
span { border-color: rgb(25,101,220); }
td.TdClassName
{
border-color: #1965DC;
}
.TagClassName
{
border-color: #1965DC;
}
</style>