Shades of Navy Blue #1973D5
Tints of Navy Blue #1973D5
RGB
CMYK
RGB Variations
Color information
#1973D5 (or 0x1973D5) is known color: Navy Blue. HEX triplet: 19, 73 and D5. RGB value is (25,115,213). Sum of RGB (Red+Green+Blue) = 25+115+213=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #1973D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973D5 is #E68C2A. Grayscale: #626262. Windows color (decimal): -15109163 or 13988633. OLE color: 13988633.
HSL color Cylindrical-coordinate representation of color #1973D5: hue angle of 211.28º 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 #1973D5 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 115 | 213 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.16 |
| HSL | 211.28º | 0.79% | 0.47% | - |
| HSV(B) | 211.28º | 0.88% | 0.84% | - |
| XYZ | 18.54 | 17.27 | 65.31 | - |
| YUV | 99.26 | 192.18 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 213 | 0.88 | 0.46 | 0 | 0.16 | 211.28 | 0.79 | 0.47 |
| Hex | 19 | 73 | D5 | 58 | 2E | 0 | 10 | D3 | 4F | 2F |
| Octal | 31 | 163 | 325 | 130 | 56 | 0 | 20 | 323 | 117 | 57 |
| Binary | 11001 | 1110011 | 11010101 | 1011000 | 101110 | 0 | 10000 | 11010011 | 1001111 | 101111 |
Color Harmonies of #1973D5
Complementary color
Monochromatic Colors of #1973D5
Black with #1973D5
Text Example
Text Example
White with #1973D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973D5; }
p { color: rgb(25,115,213); }
H1.HeaderClassName
{
color: #1973D5;
}
.AnyTagClassName
{
color: #1973D5;
}
</style>
background-color css
<style>
a { background-color: #1973D5; }
a { background-color: rgb(25,115,213); }
div.DivClassName
{
background-color: #1973D5;
}
.BgClassName
{
background-color: #1973D5;
}
</style>
border-color css
<style>
span { border-color: #1973D5; }
span { border-color: rgb(25,115,213); }
td.TdClassName
{
border-color: #1973D5;
}
.TagClassName
{
border-color: #1973D5;
}
</style>