Shades of Navy Blue #1759E9
Tints of Navy Blue #1759E9
RGB
CMYK
RGB Variations
Color information
#1759E9 (or 0x1759E9) is known color: Navy Blue. HEX triplet: 17, 59 and E9. RGB value is (23,89,233). Sum of RGB (Red+Green+Blue) = 23+89+233=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #1759E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759E9 is #E8A616. Grayscale: #555555. Windows color (decimal): -15246871 or 15292695. OLE color: 15292695.
HSL color Cylindrical-coordinate representation of color #1759E9: hue angle of 221.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1759E9 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 89 | 233 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.09 |
| HSL | 221.14º | 0.83% | 0.5% | - |
| HSV(B) | 221.14º | 0.9% | 0.91% | - |
| XYZ | 18.63 | 13.21 | 78.66 | - |
| YUV | 85.68 | 211.13 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 233 | 0.90 | 0.62 | 0 | 0.09 | 221.14 | 0.83 | 0.5 |
| Hex | 17 | 59 | E9 | 5A | 3E | 0 | 9 | DD | 53 | 32 |
| Octal | 27 | 131 | 351 | 132 | 76 | 0 | 11 | 335 | 123 | 62 |
| Binary | 10111 | 1011001 | 11101001 | 1011010 | 111110 | 0 | 1001 | 11011101 | 1010011 | 110010 |
Color Harmonies of #1759E9
Complementary color
Monochromatic Colors of #1759E9
Black with #1759E9
Text Example
Text Example
White with #1759E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759E9; }
p { color: rgb(23,89,233); }
H1.HeaderClassName
{
color: #1759E9;
}
.AnyTagClassName
{
color: #1759E9;
}
</style>
background-color css
<style>
a { background-color: #1759E9; }
a { background-color: rgb(23,89,233); }
div.DivClassName
{
background-color: #1759E9;
}
.BgClassName
{
background-color: #1759E9;
}
</style>
border-color css
<style>
span { border-color: #1759E9; }
span { border-color: rgb(23,89,233); }
td.TdClassName
{
border-color: #1759E9;
}
.TagClassName
{
border-color: #1759E9;
}
</style>