Shades of Navy Blue #1978D7
Tints of Navy Blue #1978D7
RGB
CMYK
RGB Variations
Color information
#1978D7 (or 0x1978D7) is known color: Navy Blue. HEX triplet: 19, 78 and D7. RGB value is (25,120,215). Sum of RGB (Red+Green+Blue) = 25+120+215=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #1978D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978D7 is #E68728. Grayscale: #656565. Windows color (decimal): -15107881 or 14120985. OLE color: 14120985.
HSL color Cylindrical-coordinate representation of color #1978D7: hue angle of 210º 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 #1978D7 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 120 | 215 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.16 |
| HSL | 210º | 0.79% | 0.47% | - |
| HSV(B) | 210º | 0.88% | 0.84% | - |
| XYZ | 19.38 | 18.55 | 66.85 | - |
| YUV | 102.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 215 | 0.88 | 0.44 | 0 | 0.16 | 210 | 0.79 | 0.47 |
| Hex | 19 | 78 | D7 | 58 | 2C | 0 | 10 | D2 | 4F | 2F |
| Octal | 31 | 170 | 327 | 130 | 54 | 0 | 20 | 322 | 117 | 57 |
| Binary | 11001 | 1111000 | 11010111 | 1011000 | 101100 | 0 | 10000 | 11010010 | 1001111 | 101111 |
Color Harmonies of #1978D7
Complementary color
Monochromatic Colors of #1978D7
Black with #1978D7
Text Example
Text Example
White with #1978D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978D7; }
p { color: rgb(25,120,215); }
H1.HeaderClassName
{
color: #1978D7;
}
.AnyTagClassName
{
color: #1978D7;
}
</style>
background-color css
<style>
a { background-color: #1978D7; }
a { background-color: rgb(25,120,215); }
div.DivClassName
{
background-color: #1978D7;
}
.BgClassName
{
background-color: #1978D7;
}
</style>
border-color css
<style>
span { border-color: #1978D7; }
span { border-color: rgb(25,120,215); }
td.TdClassName
{
border-color: #1978D7;
}
.TagClassName
{
border-color: #1978D7;
}
</style>