Shades of Navy Blue #1971DB
Tints of Navy Blue #1971DB
RGB
CMYK
RGB Variations
Color information
#1971DB (or 0x1971DB) is known color: Navy Blue. HEX triplet: 19, 71 and DB. RGB value is (25,113,219). Sum of RGB (Red+Green+Blue) = 25+113+219=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1971DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971DB is #E68E24. Grayscale: #626262. Windows color (decimal): -15109669 or 14381337. OLE color: 14381337.
HSL color Cylindrical-coordinate representation of color #1971DB: hue angle of 212.78º 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 #1971DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 113 | 219 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.14 |
| HSL | 212.78º | 0.8% | 0.48% | - |
| HSV(B) | 212.78º | 0.89% | 0.86% | - |
| XYZ | 19.09 | 17.13 | 69.32 | - |
| YUV | 98.77 | 195.85 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 219 | 0.89 | 0.48 | 0 | 0.14 | 212.78 | 0.8 | 0.48 |
| Hex | 19 | 71 | DB | 59 | 30 | 0 | E | D5 | 50 | 30 |
| Octal | 31 | 161 | 333 | 131 | 60 | 0 | 16 | 325 | 120 | 60 |
| Binary | 11001 | 1110001 | 11011011 | 1011001 | 110000 | 0 | 1110 | 11010101 | 1010000 | 110000 |
Color Harmonies of #1971DB
Complementary color
Monochromatic Colors of #1971DB
Black with #1971DB
Text Example
Text Example
White with #1971DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971DB; }
p { color: rgb(25,113,219); }
H1.HeaderClassName
{
color: #1971DB;
}
.AnyTagClassName
{
color: #1971DB;
}
</style>
background-color css
<style>
a { background-color: #1971DB; }
a { background-color: rgb(25,113,219); }
div.DivClassName
{
background-color: #1971DB;
}
.BgClassName
{
background-color: #1971DB;
}
</style>
border-color css
<style>
span { border-color: #1971DB; }
span { border-color: rgb(25,113,219); }
td.TdClassName
{
border-color: #1971DB;
}
.TagClassName
{
border-color: #1971DB;
}
</style>