Shades of Navy Blue #1659E2
Tints of Navy Blue #1659E2
RGB
CMYK
RGB Variations
Color information
#1659E2 (or 0x1659E2) is known color: Navy Blue. HEX triplet: 16, 59 and E2. RGB value is (22,89,226). Sum of RGB (Red+Green+Blue) = 22+89+226=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #1659E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659E2 is #E9A61D. Grayscale: #535353. Windows color (decimal): -15312414 or 14833942. OLE color: 14833942.
HSL color Cylindrical-coordinate representation of color #1659E2: hue angle of 220.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1659E2 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 89 | 226 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.11 |
| HSL | 220.29º | 0.82% | 0.49% | - |
| HSV(B) | 220.29º | 0.9% | 0.89% | - |
| XYZ | 17.63 | 12.81 | 73.49 | - |
| YUV | 84.59 | 207.8 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 226 | 0.90 | 0.61 | 0 | 0.11 | 220.29 | 0.82 | 0.49 |
| Hex | 16 | 59 | E2 | 5A | 3D | 0 | B | DC | 52 | 31 |
| Octal | 26 | 131 | 342 | 132 | 75 | 0 | 13 | 334 | 122 | 61 |
| Binary | 10110 | 1011001 | 11100010 | 1011010 | 111101 | 0 | 1011 | 11011100 | 1010010 | 110001 |
Color Harmonies of #1659E2
Complementary color
Monochromatic Colors of #1659E2
Black with #1659E2
Text Example
Text Example
White with #1659E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659E2; }
p { color: rgb(22,89,226); }
H1.HeaderClassName
{
color: #1659E2;
}
.AnyTagClassName
{
color: #1659E2;
}
</style>
background-color css
<style>
a { background-color: #1659E2; }
a { background-color: rgb(22,89,226); }
div.DivClassName
{
background-color: #1659E2;
}
.BgClassName
{
background-color: #1659E2;
}
</style>
border-color css
<style>
span { border-color: #1659E2; }
span { border-color: rgb(22,89,226); }
td.TdClassName
{
border-color: #1659E2;
}
.TagClassName
{
border-color: #1659E2;
}
</style>