Shades of Navy Blue #1978DD
Tints of Navy Blue #1978DD
RGB
CMYK
RGB Variations
Color information
#1978DD (or 0x1978DD) is known color: Navy Blue. HEX triplet: 19, 78 and DD. RGB value is (25,120,221). Sum of RGB (Red+Green+Blue) = 25+120+221=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #1978DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978DD is #E68722. Grayscale: #666666. Windows color (decimal): -15107875 or 14514201. OLE color: 14514201.
HSL color Cylindrical-coordinate representation of color #1978DD: hue angle of 210.92º 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 #1978DD is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 120 | 221 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.13 |
| HSL | 210.92º | 0.8% | 0.48% | - |
| HSV(B) | 210.92º | 0.89% | 0.87% | - |
| XYZ | 20.17 | 18.86 | 70.98 | - |
| YUV | 103.11 | 194.53 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 221 | 0.89 | 0.46 | 0 | 0.13 | 210.92 | 0.8 | 0.48 |
| Hex | 19 | 78 | DD | 59 | 2E | 0 | D | D3 | 50 | 30 |
| Octal | 31 | 170 | 335 | 131 | 56 | 0 | 15 | 323 | 120 | 60 |
| Binary | 11001 | 1111000 | 11011101 | 1011001 | 101110 | 0 | 1101 | 11010011 | 1010000 | 110000 |
Color Harmonies of #1978DD
Complementary color
Monochromatic Colors of #1978DD
Black with #1978DD
Text Example
Text Example
White with #1978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978DD; }
p { color: rgb(25,120,221); }
H1.HeaderClassName
{
color: #1978DD;
}
.AnyTagClassName
{
color: #1978DD;
}
</style>
background-color css
<style>
a { background-color: #1978DD; }
a { background-color: rgb(25,120,221); }
div.DivClassName
{
background-color: #1978DD;
}
.BgClassName
{
background-color: #1978DD;
}
</style>
border-color css
<style>
span { border-color: #1978DD; }
span { border-color: rgb(25,120,221); }
td.TdClassName
{
border-color: #1978DD;
}
.TagClassName
{
border-color: #1978DD;
}
</style>