Shades of Navy Blue #1970DB
Tints of Navy Blue #1970DB
RGB
CMYK
RGB Variations
Color information
#1970DB (or 0x1970DB) is known color: Navy Blue. HEX triplet: 19, 70 and DB. RGB value is (25,112,219). Sum of RGB (Red+Green+Blue) = 25+112+219=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1970DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970DB is #E68F24. Grayscale: #616161. Windows color (decimal): -15109925 or 14381081. OLE color: 14381081.
HSL color Cylindrical-coordinate representation of color #1970DB: hue angle of 213.09º 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 #1970DB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 112 | 219 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.14 |
| HSL | 213.09º | 0.8% | 0.48% | - |
| HSV(B) | 213.09º | 0.89% | 0.86% | - |
| XYZ | 18.98 | 16.91 | 69.28 | - |
| YUV | 98.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 219 | 0.89 | 0.49 | 0 | 0.14 | 213.09 | 0.8 | 0.48 |
| Hex | 19 | 70 | DB | 59 | 31 | 0 | E | D5 | 50 | 30 |
| Octal | 31 | 160 | 333 | 131 | 61 | 0 | 16 | 325 | 120 | 60 |
| Binary | 11001 | 1110000 | 11011011 | 1011001 | 110001 | 0 | 1110 | 11010101 | 1010000 | 110000 |
Color Harmonies of #1970DB
Complementary color
Monochromatic Colors of #1970DB
Black with #1970DB
Text Example
Text Example
White with #1970DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970DB; }
p { color: rgb(25,112,219); }
H1.HeaderClassName
{
color: #1970DB;
}
.AnyTagClassName
{
color: #1970DB;
}
</style>
background-color css
<style>
a { background-color: #1970DB; }
a { background-color: rgb(25,112,219); }
div.DivClassName
{
background-color: #1970DB;
}
.BgClassName
{
background-color: #1970DB;
}
</style>
border-color css
<style>
span { border-color: #1970DB; }
span { border-color: rgb(25,112,219); }
td.TdClassName
{
border-color: #1970DB;
}
.TagClassName
{
border-color: #1970DB;
}
</style>