Shades of Navy Blue #1971DF
Tints of Navy Blue #1971DF
RGB
CMYK
RGB Variations
Color information
#1971DF (or 0x1971DF) is known color: Navy Blue. HEX triplet: 19, 71 and DF. RGB value is (25,113,223). Sum of RGB (Red+Green+Blue) = 25+113+223=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #1971DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971DF is #E68E20. Grayscale: #626262. Windows color (decimal): -15109665 or 14643481. OLE color: 14643481.
HSL color Cylindrical-coordinate representation of color #1971DF: hue angle of 213.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1971DF is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 113 | 223 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.13 |
| HSL | 213.33º | 0.8% | 0.49% | - |
| HSV(B) | 213.33º | 0.89% | 0.87% | - |
| XYZ | 19.63 | 17.34 | 72.13 | - |
| YUV | 99.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 223 | 0.89 | 0.49 | 0 | 0.13 | 213.33 | 0.8 | 0.49 |
| Hex | 19 | 71 | DF | 59 | 31 | 0 | D | D5 | 50 | 31 |
| Octal | 31 | 161 | 337 | 131 | 61 | 0 | 15 | 325 | 120 | 61 |
| Binary | 11001 | 1110001 | 11011111 | 1011001 | 110001 | 0 | 1101 | 11010101 | 1010000 | 110001 |
Color Harmonies of #1971DF
Complementary color
Monochromatic Colors of #1971DF
Black with #1971DF
Text Example
Text Example
White with #1971DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971DF; }
p { color: rgb(25,113,223); }
H1.HeaderClassName
{
color: #1971DF;
}
.AnyTagClassName
{
color: #1971DF;
}
</style>
background-color css
<style>
a { background-color: #1971DF; }
a { background-color: rgb(25,113,223); }
div.DivClassName
{
background-color: #1971DF;
}
.BgClassName
{
background-color: #1971DF;
}
</style>
border-color css
<style>
span { border-color: #1971DF; }
span { border-color: rgb(25,113,223); }
td.TdClassName
{
border-color: #1971DF;
}
.TagClassName
{
border-color: #1971DF;
}
</style>