Shades of Navy Blue #1662EB
Tints of Navy Blue #1662EB
RGB
CMYK
RGB Variations
Color information
#1662EB (or 0x1662EB) is known color: Navy Blue. HEX triplet: 16, 62 and EB. RGB value is (22,98,235). Sum of RGB (Red+Green+Blue) = 22+98+235=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1662EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1662EB is #E99D14. Grayscale: #5A5A5A. Windows color (decimal): -15310101 or 15426070. OLE color: 15426070.
HSL color Cylindrical-coordinate representation of color #1662EB: hue angle of 218.59º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1662EB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 98 | 235 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.08 |
| HSL | 218.59º | 0.84% | 0.5% | - |
| HSV(B) | 218.59º | 0.91% | 0.92% | - |
| XYZ | 19.69 | 14.9 | 80.44 | - |
| YUV | 90.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 235 | 0.91 | 0.58 | 0 | 0.08 | 218.59 | 0.84 | 0.5 |
| Hex | 16 | 62 | EB | 5B | 3A | 0 | 8 | DB | 54 | 32 |
| Octal | 26 | 142 | 353 | 133 | 72 | 0 | 10 | 333 | 124 | 62 |
| Binary | 10110 | 1100010 | 11101011 | 1011011 | 111010 | 0 | 1000 | 11011011 | 1010100 | 110010 |
Color Harmonies of #1662EB
Complementary color
Monochromatic Colors of #1662EB
Black with #1662EB
Text Example
Text Example
White with #1662EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1662EB; }
p { color: rgb(22,98,235); }
H1.HeaderClassName
{
color: #1662EB;
}
.AnyTagClassName
{
color: #1662EB;
}
</style>
background-color css
<style>
a { background-color: #1662EB; }
a { background-color: rgb(22,98,235); }
div.DivClassName
{
background-color: #1662EB;
}
.BgClassName
{
background-color: #1662EB;
}
</style>
border-color css
<style>
span { border-color: #1662EB; }
span { border-color: rgb(22,98,235); }
td.TdClassName
{
border-color: #1662EB;
}
.TagClassName
{
border-color: #1662EB;
}
</style>