Shades of Navy Blue #1961E9
Tints of Navy Blue #1961E9
RGB
CMYK
RGB Variations
Color information
#1961E9 (or 0x1961E9) is known color: Navy Blue. HEX triplet: 19, 61 and E9. RGB value is (25,97,233). Sum of RGB (Red+Green+Blue) = 25+97+233=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #1961E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961E9 is #E69E16. Grayscale: #5A5A5A. Windows color (decimal): -15113751 or 15294745. OLE color: 15294745.
HSL color Cylindrical-coordinate representation of color #1961E9: hue angle of 219.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1961E9 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 97 | 233 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.09 |
| HSL | 219.23º | 0.83% | 0.51% | - |
| HSV(B) | 219.23º | 0.89% | 0.91% | - |
| XYZ | 19.38 | 14.64 | 78.89 | - |
| YUV | 90.98 | 208.15 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 233 | 0.89 | 0.58 | 0 | 0.09 | 219.23 | 0.83 | 0.51 |
| Hex | 19 | 61 | E9 | 59 | 3A | 0 | 9 | DB | 53 | 33 |
| Octal | 31 | 141 | 351 | 131 | 72 | 0 | 11 | 333 | 123 | 63 |
| Binary | 11001 | 1100001 | 11101001 | 1011001 | 111010 | 0 | 1001 | 11011011 | 1010011 | 110011 |
Color Harmonies of #1961E9
Complementary color
Monochromatic Colors of #1961E9
Black with #1961E9
Text Example
Text Example
White with #1961E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961E9; }
p { color: rgb(25,97,233); }
H1.HeaderClassName
{
color: #1961E9;
}
.AnyTagClassName
{
color: #1961E9;
}
</style>
background-color css
<style>
a { background-color: #1961E9; }
a { background-color: rgb(25,97,233); }
div.DivClassName
{
background-color: #1961E9;
}
.BgClassName
{
background-color: #1961E9;
}
</style>
border-color css
<style>
span { border-color: #1961E9; }
span { border-color: rgb(25,97,233); }
td.TdClassName
{
border-color: #1961E9;
}
.TagClassName
{
border-color: #1961E9;
}
</style>