Shades of Navy Blue #1972DD
Tints of Navy Blue #1972DD
RGB
CMYK
RGB Variations
Color information
#1972DD (or 0x1972DD) is known color: Navy Blue. HEX triplet: 19, 72 and DD. RGB value is (25,114,221). Sum of RGB (Red+Green+Blue) = 25+114+221=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1972DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972DD is #E68D22. Grayscale: #636363. Windows color (decimal): -15109411 or 14512665. OLE color: 14512665.
HSL color Cylindrical-coordinate representation of color #1972DD: hue angle of 212.76º 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 #1972DD is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 114 | 221 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.13 |
| HSL | 212.76º | 0.8% | 0.48% | - |
| HSV(B) | 212.76º | 0.89% | 0.87% | - |
| XYZ | 19.47 | 17.46 | 70.75 | - |
| YUV | 99.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 221 | 0.89 | 0.48 | 0 | 0.13 | 212.76 | 0.8 | 0.48 |
| Hex | 19 | 72 | DD | 59 | 30 | 0 | D | D5 | 50 | 30 |
| Octal | 31 | 162 | 335 | 131 | 60 | 0 | 15 | 325 | 120 | 60 |
| Binary | 11001 | 1110010 | 11011101 | 1011001 | 110000 | 0 | 1101 | 11010101 | 1010000 | 110000 |
Color Harmonies of #1972DD
Complementary color
Monochromatic Colors of #1972DD
Black with #1972DD
Text Example
Text Example
White with #1972DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972DD; }
p { color: rgb(25,114,221); }
H1.HeaderClassName
{
color: #1972DD;
}
.AnyTagClassName
{
color: #1972DD;
}
</style>
background-color css
<style>
a { background-color: #1972DD; }
a { background-color: rgb(25,114,221); }
div.DivClassName
{
background-color: #1972DD;
}
.BgClassName
{
background-color: #1972DD;
}
</style>
border-color css
<style>
span { border-color: #1972DD; }
span { border-color: rgb(25,114,221); }
td.TdClassName
{
border-color: #1972DD;
}
.TagClassName
{
border-color: #1972DD;
}
</style>