Shades of Navy Blue #1971DD
Tints of Navy Blue #1971DD
RGB
CMYK
RGB Variations
Color information
#1971DD (or 0x1971DD) is known color: Navy Blue. HEX triplet: 19, 71 and DD. RGB value is (25,113,221). Sum of RGB (Red+Green+Blue) = 25+113+221=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #1971DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971DD is #E68E22. Grayscale: #626262. Windows color (decimal): -15109667 or 14512409. OLE color: 14512409.
HSL color Cylindrical-coordinate representation of color #1971DD: hue angle of 213.06º 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 #1971DD is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 113 | 221 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.13 |
| HSL | 213.06º | 0.8% | 0.48% | - |
| HSV(B) | 213.06º | 0.89% | 0.87% | - |
| XYZ | 19.36 | 17.24 | 70.71 | - |
| YUV | 99 | 196.85 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 221 | 0.89 | 0.49 | 0 | 0.13 | 213.06 | 0.8 | 0.48 |
| Hex | 19 | 71 | DD | 59 | 31 | 0 | D | D5 | 50 | 30 |
| Octal | 31 | 161 | 335 | 131 | 61 | 0 | 15 | 325 | 120 | 60 |
| Binary | 11001 | 1110001 | 11011101 | 1011001 | 110001 | 0 | 1101 | 11010101 | 1010000 | 110000 |
Color Harmonies of #1971DD
Complementary color
Monochromatic Colors of #1971DD
Black with #1971DD
Text Example
Text Example
White with #1971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971DD; }
p { color: rgb(25,113,221); }
H1.HeaderClassName
{
color: #1971DD;
}
.AnyTagClassName
{
color: #1971DD;
}
</style>
background-color css
<style>
a { background-color: #1971DD; }
a { background-color: rgb(25,113,221); }
div.DivClassName
{
background-color: #1971DD;
}
.BgClassName
{
background-color: #1971DD;
}
</style>
border-color css
<style>
span { border-color: #1971DD; }
span { border-color: rgb(25,113,221); }
td.TdClassName
{
border-color: #1971DD;
}
.TagClassName
{
border-color: #1971DD;
}
</style>