Shades of Navy Blue #1972DE
Tints of Navy Blue #1972DE
RGB
CMYK
RGB Variations
Color information
#1972DE (or 0x1972DE) is known color: Navy Blue. HEX triplet: 19, 72 and DE. RGB value is (25,114,222). Sum of RGB (Red+Green+Blue) = 25+114+222=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #1972DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972DE is #E68D21. Grayscale: #636363. Windows color (decimal): -15109410 or 14578201. OLE color: 14578201.
HSL color Cylindrical-coordinate representation of color #1972DE: hue angle of 212.89º 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 #1972DE is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 114 | 222 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.13 |
| HSL | 212.89º | 0.8% | 0.48% | - |
| HSV(B) | 212.89º | 0.89% | 0.87% | - |
| XYZ | 19.6 | 17.52 | 71.45 | - |
| YUV | 99.7 | 197.01 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 222 | 0.89 | 0.49 | 0 | 0.13 | 212.89 | 0.8 | 0.48 |
| Hex | 19 | 72 | DE | 59 | 31 | 0 | D | D5 | 50 | 30 |
| Octal | 31 | 162 | 336 | 131 | 61 | 0 | 15 | 325 | 120 | 60 |
| Binary | 11001 | 1110010 | 11011110 | 1011001 | 110001 | 0 | 1101 | 11010101 | 1010000 | 110000 |
Color Harmonies of #1972DE
Complementary color
Monochromatic Colors of #1972DE
Black with #1972DE
Text Example
Text Example
White with #1972DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972DE; }
p { color: rgb(25,114,222); }
H1.HeaderClassName
{
color: #1972DE;
}
.AnyTagClassName
{
color: #1972DE;
}
</style>
background-color css
<style>
a { background-color: #1972DE; }
a { background-color: rgb(25,114,222); }
div.DivClassName
{
background-color: #1972DE;
}
.BgClassName
{
background-color: #1972DE;
}
</style>
border-color css
<style>
span { border-color: #1972DE; }
span { border-color: rgb(25,114,222); }
td.TdClassName
{
border-color: #1972DE;
}
.TagClassName
{
border-color: #1972DE;
}
</style>