Shades of Navy Blue #1657EC
Tints of Navy Blue #1657EC
RGB
CMYK
RGB Variations
Color information
#1657EC (or 0x1657EC) is known color: Navy Blue. HEX triplet: 16, 57 and EC. RGB value is (22,87,236). Sum of RGB (Red+Green+Blue) = 22+87+236=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #1657EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1657EC is #E9A813. Grayscale: #535353. Windows color (decimal): -15312916 or 15488790. OLE color: 15488790.
HSL color Cylindrical-coordinate representation of color #1657EC: hue angle of 221.78º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1657EC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 87 | 236 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.07 |
| HSL | 221.78º | 0.85% | 0.51% | - |
| HSV(B) | 221.78º | 0.91% | 0.93% | - |
| XYZ | 18.88 | 13.04 | 80.88 | - |
| YUV | 84.55 | 213.47 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 236 | 0.91 | 0.63 | 0 | 0.07 | 221.78 | 0.85 | 0.51 |
| Hex | 16 | 57 | EC | 5B | 3F | 0 | 7 | DE | 55 | 33 |
| Octal | 26 | 127 | 354 | 133 | 77 | 0 | 7 | 336 | 125 | 63 |
| Binary | 10110 | 1010111 | 11101100 | 1011011 | 111111 | 0 | 111 | 11011110 | 1010101 | 110011 |
Color Harmonies of #1657EC
Complementary color
Monochromatic Colors of #1657EC
Black with #1657EC
Text Example
Text Example
White with #1657EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657EC; }
p { color: rgb(22,87,236); }
H1.HeaderClassName
{
color: #1657EC;
}
.AnyTagClassName
{
color: #1657EC;
}
</style>
background-color css
<style>
a { background-color: #1657EC; }
a { background-color: rgb(22,87,236); }
div.DivClassName
{
background-color: #1657EC;
}
.BgClassName
{
background-color: #1657EC;
}
</style>
border-color css
<style>
span { border-color: #1657EC; }
span { border-color: rgb(22,87,236); }
td.TdClassName
{
border-color: #1657EC;
}
.TagClassName
{
border-color: #1657EC;
}
</style>