Shades of Navy Blue #1972D5
Tints of Navy Blue #1972D5
RGB
CMYK
RGB Variations
Color information
#1972D5 (or 0x1972D5) is known color: Navy Blue. HEX triplet: 19, 72 and D5. RGB value is (25,114,213). Sum of RGB (Red+Green+Blue) = 25+114+213=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #1972D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972D5 is #E68D2A. Grayscale: #626262. Windows color (decimal): -15109419 or 13988377. OLE color: 13988377.
HSL color Cylindrical-coordinate representation of color #1972D5: hue angle of 211.6º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1972D5 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 114 | 213 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.16 |
| HSL | 211.6º | 0.79% | 0.47% | - |
| HSV(B) | 211.6º | 0.88% | 0.84% | - |
| XYZ | 18.43 | 17.05 | 65.27 | - |
| YUV | 98.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 213 | 0.88 | 0.46 | 0 | 0.16 | 211.6 | 0.79 | 0.47 |
| Hex | 19 | 72 | D5 | 58 | 2E | 0 | 10 | D4 | 4F | 2F |
| Octal | 31 | 162 | 325 | 130 | 56 | 0 | 20 | 324 | 117 | 57 |
| Binary | 11001 | 1110010 | 11010101 | 1011000 | 101110 | 0 | 10000 | 11010100 | 1001111 | 101111 |
Color Harmonies of #1972D5
Complementary color
Monochromatic Colors of #1972D5
Black with #1972D5
Text Example
Text Example
White with #1972D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972D5; }
p { color: rgb(25,114,213); }
H1.HeaderClassName
{
color: #1972D5;
}
.AnyTagClassName
{
color: #1972D5;
}
</style>
background-color css
<style>
a { background-color: #1972D5; }
a { background-color: rgb(25,114,213); }
div.DivClassName
{
background-color: #1972D5;
}
.BgClassName
{
background-color: #1972D5;
}
</style>
border-color css
<style>
span { border-color: #1972D5; }
span { border-color: rgb(25,114,213); }
td.TdClassName
{
border-color: #1972D5;
}
.TagClassName
{
border-color: #1972D5;
}
</style>