Shades of Navy Blue #1759E7
Tints of Navy Blue #1759E7
RGB
CMYK
RGB Variations
Color information
#1759E7 (or 0x1759E7) is known color: Navy Blue. HEX triplet: 17, 59 and E7. RGB value is (23,89,231). Sum of RGB (Red+Green+Blue) = 23+89+231=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #1759E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759E7 is #E8A618. Grayscale: #545454. Windows color (decimal): -15246873 or 15161623. OLE color: 15161623.
HSL color Cylindrical-coordinate representation of color #1759E7: hue angle of 220.96º degrees, saturation: 0.82, 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 #1759E7 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 89 | 231 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.09 |
| HSL | 220.96º | 0.82% | 0.5% | - |
| HSV(B) | 220.96º | 0.9% | 0.91% | - |
| XYZ | 18.35 | 13.1 | 77.16 | - |
| YUV | 85.45 | 210.13 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 231 | 0.90 | 0.61 | 0 | 0.09 | 220.96 | 0.82 | 0.5 |
| Hex | 17 | 59 | E7 | 5A | 3D | 0 | 9 | DD | 52 | 32 |
| Octal | 27 | 131 | 347 | 132 | 75 | 0 | 11 | 335 | 122 | 62 |
| Binary | 10111 | 1011001 | 11100111 | 1011010 | 111101 | 0 | 1001 | 11011101 | 1010010 | 110010 |
Color Harmonies of #1759E7
Complementary color
Monochromatic Colors of #1759E7
Black with #1759E7
Text Example
Text Example
White with #1759E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759E7; }
p { color: rgb(23,89,231); }
H1.HeaderClassName
{
color: #1759E7;
}
.AnyTagClassName
{
color: #1759E7;
}
</style>
background-color css
<style>
a { background-color: #1759E7; }
a { background-color: rgb(23,89,231); }
div.DivClassName
{
background-color: #1759E7;
}
.BgClassName
{
background-color: #1759E7;
}
</style>
border-color css
<style>
span { border-color: #1759E7; }
span { border-color: rgb(23,89,231); }
td.TdClassName
{
border-color: #1759E7;
}
.TagClassName
{
border-color: #1759E7;
}
</style>