Shades of Navy Blue #1759E0
Tints of Navy Blue #1759E0
RGB
CMYK
RGB Variations
Color information
#1759E0 (or 0x1759E0) is known color: Navy Blue. HEX triplet: 17, 59 and E0. RGB value is (23,89,224). Sum of RGB (Red+Green+Blue) = 23+89+224=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #1759E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759E0 is #E8A61F. Grayscale: #545454. Windows color (decimal): -15246880 or 14702871. OLE color: 14702871.
HSL color Cylindrical-coordinate representation of color #1759E0: hue angle of 220.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1759E0 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 89 | 224 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.12 |
| HSL | 220.3º | 0.81% | 0.48% | - |
| HSV(B) | 220.3º | 0.9% | 0.88% | - |
| XYZ | 17.38 | 12.71 | 72.06 | - |
| YUV | 84.66 | 206.63 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 224 | 0.90 | 0.60 | 0 | 0.12 | 220.3 | 0.81 | 0.48 |
| Hex | 17 | 59 | E0 | 5A | 3C | 0 | C | DC | 51 | 30 |
| Octal | 27 | 131 | 340 | 132 | 74 | 0 | 14 | 334 | 121 | 60 |
| Binary | 10111 | 1011001 | 11100000 | 1011010 | 111100 | 0 | 1100 | 11011100 | 1010001 | 110000 |
Color Harmonies of #1759E0
Complementary color
Monochromatic Colors of #1759E0
Black with #1759E0
Text Example
Text Example
White with #1759E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759E0; }
p { color: rgb(23,89,224); }
H1.HeaderClassName
{
color: #1759E0;
}
.AnyTagClassName
{
color: #1759E0;
}
</style>
background-color css
<style>
a { background-color: #1759E0; }
a { background-color: rgb(23,89,224); }
div.DivClassName
{
background-color: #1759E0;
}
.BgClassName
{
background-color: #1759E0;
}
</style>
border-color css
<style>
span { border-color: #1759E0; }
span { border-color: rgb(23,89,224); }
td.TdClassName
{
border-color: #1759E0;
}
.TagClassName
{
border-color: #1759E0;
}
</style>