Shades of Navy Blue #1961E0
Tints of Navy Blue #1961E0
RGB
CMYK
RGB Variations
Color information
#1961E0 (or 0x1961E0) is known color: Navy Blue. HEX triplet: 19, 61 and E0. RGB value is (25,97,224). Sum of RGB (Red+Green+Blue) = 25+97+224=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #1961E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961E0 is #E69E1F. Grayscale: #595959. Windows color (decimal): -15113760 or 14704921. OLE color: 14704921.
HSL color Cylindrical-coordinate representation of color #1961E0: hue angle of 218.29º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1961E0 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 97 | 224 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.12 |
| HSL | 218.29º | 0.8% | 0.49% | - |
| HSV(B) | 218.29º | 0.89% | 0.88% | - |
| XYZ | 18.13 | 14.14 | 72.29 | - |
| YUV | 89.95 | 203.65 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 224 | 0.89 | 0.57 | 0 | 0.12 | 218.29 | 0.8 | 0.49 |
| Hex | 19 | 61 | E0 | 59 | 39 | 0 | C | DA | 50 | 31 |
| Octal | 31 | 141 | 340 | 131 | 71 | 0 | 14 | 332 | 120 | 61 |
| Binary | 11001 | 1100001 | 11100000 | 1011001 | 111001 | 0 | 1100 | 11011010 | 1010000 | 110001 |
Color Harmonies of #1961E0
Complementary color
Monochromatic Colors of #1961E0
Black with #1961E0
Text Example
Text Example
White with #1961E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961E0; }
p { color: rgb(25,97,224); }
H1.HeaderClassName
{
color: #1961E0;
}
.AnyTagClassName
{
color: #1961E0;
}
</style>
background-color css
<style>
a { background-color: #1961E0; }
a { background-color: rgb(25,97,224); }
div.DivClassName
{
background-color: #1961E0;
}
.BgClassName
{
background-color: #1961E0;
}
</style>
border-color css
<style>
span { border-color: #1961E0; }
span { border-color: rgb(25,97,224); }
td.TdClassName
{
border-color: #1961E0;
}
.TagClassName
{
border-color: #1961E0;
}
</style>