Shades of Navy Blue #1750EC
Tints of Navy Blue #1750EC
RGB
CMYK
RGB Variations
Color information
#1750EC (or 0x1750EC) is known color: Navy Blue. HEX triplet: 17, 50 and EC. RGB value is (23,80,236). Sum of RGB (Red+Green+Blue) = 23+80+236=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #1750EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750EC is #E8AF13. Grayscale: #505050. Windows color (decimal): -15249172 or 15486999. OLE color: 15486999.
HSL color Cylindrical-coordinate representation of color #1750EC: hue angle of 223.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1750EC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 80 | 236 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.07 |
| HSL | 223.94º | 0.85% | 0.51% | - |
| HSV(B) | 223.94º | 0.9% | 0.93% | - |
| XYZ | 18.36 | 11.98 | 80.7 | - |
| YUV | 80.74 | 215.62 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 236 | 0.90 | 0.66 | 0 | 0.07 | 223.94 | 0.85 | 0.51 |
| Hex | 17 | 50 | EC | 5A | 42 | 0 | 7 | E0 | 55 | 33 |
| Octal | 27 | 120 | 354 | 132 | 102 | 0 | 7 | 340 | 125 | 63 |
| Binary | 10111 | 1010000 | 11101100 | 1011010 | 1000010 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #1750EC
Complementary color
Monochromatic Colors of #1750EC
Black with #1750EC
Text Example
Text Example
White with #1750EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750EC; }
p { color: rgb(23,80,236); }
H1.HeaderClassName
{
color: #1750EC;
}
.AnyTagClassName
{
color: #1750EC;
}
</style>
background-color css
<style>
a { background-color: #1750EC; }
a { background-color: rgb(23,80,236); }
div.DivClassName
{
background-color: #1750EC;
}
.BgClassName
{
background-color: #1750EC;
}
</style>
border-color css
<style>
span { border-color: #1750EC; }
span { border-color: rgb(23,80,236); }
td.TdClassName
{
border-color: #1750EC;
}
.TagClassName
{
border-color: #1750EC;
}
</style>