Shades of Navy Blue #1974DF
Tints of Navy Blue #1974DF
RGB
CMYK
RGB Variations
Color information
#1974DF (or 0x1974DF) is known color: Navy Blue. HEX triplet: 19, 74 and DF. RGB value is (25,116,223). Sum of RGB (Red+Green+Blue) = 25+116+223=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #1974DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1974DF is #E68B20. Grayscale: #646464. Windows color (decimal): -15108897 or 14644249. OLE color: 14644249.
HSL color Cylindrical-coordinate representation of color #1974DF: hue angle of 212.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1974DF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 116 | 223 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.13 |
| HSL | 212.42º | 0.8% | 0.49% | - |
| HSV(B) | 212.42º | 0.89% | 0.87% | - |
| XYZ | 19.97 | 18.03 | 72.24 | - |
| YUV | 100.99 | 196.85 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 223 | 0.89 | 0.48 | 0 | 0.13 | 212.42 | 0.8 | 0.49 |
| Hex | 19 | 74 | DF | 59 | 30 | 0 | D | D4 | 50 | 31 |
| Octal | 31 | 164 | 337 | 131 | 60 | 0 | 15 | 324 | 120 | 61 |
| Binary | 11001 | 1110100 | 11011111 | 1011001 | 110000 | 0 | 1101 | 11010100 | 1010000 | 110001 |
Color Harmonies of #1974DF
Complementary color
Monochromatic Colors of #1974DF
Black with #1974DF
Text Example
Text Example
White with #1974DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974DF; }
p { color: rgb(25,116,223); }
H1.HeaderClassName
{
color: #1974DF;
}
.AnyTagClassName
{
color: #1974DF;
}
</style>
background-color css
<style>
a { background-color: #1974DF; }
a { background-color: rgb(25,116,223); }
div.DivClassName
{
background-color: #1974DF;
}
.BgClassName
{
background-color: #1974DF;
}
</style>
border-color css
<style>
span { border-color: #1974DF; }
span { border-color: rgb(25,116,223); }
td.TdClassName
{
border-color: #1974DF;
}
.TagClassName
{
border-color: #1974DF;
}
</style>