Shades of Navy Blue #1755EC
Tints of Navy Blue #1755EC
RGB
CMYK
RGB Variations
Color information
#1755EC (or 0x1755EC) is known color: Navy Blue. HEX triplet: 17, 55 and EC. RGB value is (23,85,236). Sum of RGB (Red+Green+Blue) = 23+85+236=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #1755EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1755EC is #E8AA13. Grayscale: #535353. Windows color (decimal): -15247892 or 15488279. OLE color: 15488279.
HSL color Cylindrical-coordinate representation of color #1755EC: hue angle of 222.54º 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 #1755EC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 85 | 236 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.07 |
| HSL | 222.54º | 0.85% | 0.51% | - |
| HSV(B) | 222.54º | 0.9% | 0.93% | - |
| XYZ | 18.74 | 12.74 | 80.83 | - |
| YUV | 83.68 | 213.96 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 236 | 0.90 | 0.64 | 0 | 0.07 | 222.54 | 0.85 | 0.51 |
| Hex | 17 | 55 | EC | 5A | 40 | 0 | 7 | DF | 55 | 33 |
| Octal | 27 | 125 | 354 | 132 | 100 | 0 | 7 | 337 | 125 | 63 |
| Binary | 10111 | 1010101 | 11101100 | 1011010 | 1000000 | 0 | 111 | 11011111 | 1010101 | 110011 |
Color Harmonies of #1755EC
Complementary color
Monochromatic Colors of #1755EC
Black with #1755EC
Text Example
Text Example
White with #1755EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755EC; }
p { color: rgb(23,85,236); }
H1.HeaderClassName
{
color: #1755EC;
}
.AnyTagClassName
{
color: #1755EC;
}
</style>
background-color css
<style>
a { background-color: #1755EC; }
a { background-color: rgb(23,85,236); }
div.DivClassName
{
background-color: #1755EC;
}
.BgClassName
{
background-color: #1755EC;
}
</style>
border-color css
<style>
span { border-color: #1755EC; }
span { border-color: rgb(23,85,236); }
td.TdClassName
{
border-color: #1755EC;
}
.TagClassName
{
border-color: #1755EC;
}
</style>