Shades of Navy Blue #1662ED
Tints of Navy Blue #1662ED
RGB
CMYK
RGB Variations
Color information
#1662ED (or 0x1662ED) is known color: Navy Blue. HEX triplet: 16, 62 and ED. RGB value is (22,98,237). Sum of RGB (Red+Green+Blue) = 22+98+237=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #1662ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1662ED is #E99D12. Grayscale: #5A5A5A. Windows color (decimal): -15310099 or 15557142. OLE color: 15557142.
HSL color Cylindrical-coordinate representation of color #1662ED: hue angle of 218.79º degrees, saturation: 0.86, 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 #1662ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 98 | 237 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.07 |
| HSL | 218.79º | 0.86% | 0.51% | - |
| HSV(B) | 218.79º | 0.91% | 0.93% | - |
| XYZ | 19.98 | 15.02 | 81.97 | - |
| YUV | 91.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 237 | 0.91 | 0.59 | 0 | 0.07 | 218.79 | 0.86 | 0.51 |
| Hex | 16 | 62 | ED | 5B | 3B | 0 | 7 | DB | 56 | 33 |
| Octal | 26 | 142 | 355 | 133 | 73 | 0 | 7 | 333 | 126 | 63 |
| Binary | 10110 | 1100010 | 11101101 | 1011011 | 111011 | 0 | 111 | 11011011 | 1010110 | 110011 |
Color Harmonies of #1662ED
Complementary color
Monochromatic Colors of #1662ED
Black with #1662ED
Text Example
Text Example
White with #1662ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1662ED; }
p { color: rgb(22,98,237); }
H1.HeaderClassName
{
color: #1662ED;
}
.AnyTagClassName
{
color: #1662ED;
}
</style>
background-color css
<style>
a { background-color: #1662ED; }
a { background-color: rgb(22,98,237); }
div.DivClassName
{
background-color: #1662ED;
}
.BgClassName
{
background-color: #1662ED;
}
</style>
border-color css
<style>
span { border-color: #1662ED; }
span { border-color: rgb(22,98,237); }
td.TdClassName
{
border-color: #1662ED;
}
.TagClassName
{
border-color: #1662ED;
}
</style>