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