Shades of Navy Blue #1657E7
Tints of Navy Blue #1657E7
RGB
CMYK
RGB Variations
Color information
#1657E7 (or 0x1657E7) is known color: Navy Blue. HEX triplet: 16, 57 and E7. RGB value is (22,87,231). Sum of RGB (Red+Green+Blue) = 22+87+231=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #1657E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1657E7 is #E9A818. Grayscale: #535353. Windows color (decimal): -15312921 or 15161110. OLE color: 15161110.
HSL color Cylindrical-coordinate representation of color #1657E7: hue angle of 221.34º degrees, saturation: 0.83, 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 #1657E7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 87 | 231 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.09 |
| HSL | 221.34º | 0.83% | 0.5% | - |
| HSV(B) | 221.34º | 0.9% | 0.91% | - |
| XYZ | 18.16 | 12.76 | 77.11 | - |
| YUV | 83.98 | 210.97 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 231 | 0.90 | 0.62 | 0 | 0.09 | 221.34 | 0.83 | 0.5 |
| Hex | 16 | 57 | E7 | 5A | 3E | 0 | 9 | DD | 53 | 32 |
| Octal | 26 | 127 | 347 | 132 | 76 | 0 | 11 | 335 | 123 | 62 |
| Binary | 10110 | 1010111 | 11100111 | 1011010 | 111110 | 0 | 1001 | 11011101 | 1010011 | 110010 |
Color Harmonies of #1657E7
Complementary color
Monochromatic Colors of #1657E7
Black with #1657E7
Text Example
Text Example
White with #1657E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657E7; }
p { color: rgb(22,87,231); }
H1.HeaderClassName
{
color: #1657E7;
}
.AnyTagClassName
{
color: #1657E7;
}
</style>
background-color css
<style>
a { background-color: #1657E7; }
a { background-color: rgb(22,87,231); }
div.DivClassName
{
background-color: #1657E7;
}
.BgClassName
{
background-color: #1657E7;
}
</style>
border-color css
<style>
span { border-color: #1657E7; }
span { border-color: rgb(22,87,231); }
td.TdClassName
{
border-color: #1657E7;
}
.TagClassName
{
border-color: #1657E7;
}
</style>