Shades of Navy Blue #1650ED
Tints of Navy Blue #1650ED
RGB
CMYK
RGB Variations
Color information
#1650ED (or 0x1650ED) is known color: Navy Blue. HEX triplet: 16, 50 and ED. RGB value is (22,80,237). Sum of RGB (Red+Green+Blue) = 22+80+237=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #1650ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650ED is #E9AF12. Grayscale: #4F4F4F. Windows color (decimal): -15314707 or 15552534. OLE color: 15552534.
HSL color Cylindrical-coordinate representation of color #1650ED: hue angle of 223.81º 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 #1650ED is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 80 | 237 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.07 |
| HSL | 223.81º | 0.86% | 0.51% | - |
| HSV(B) | 223.81º | 0.91% | 0.93% | - |
| XYZ | 18.49 | 12.02 | 81.47 | - |
| YUV | 80.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 237 | 0.91 | 0.66 | 0 | 0.07 | 223.81 | 0.86 | 0.51 |
| Hex | 16 | 50 | ED | 5B | 42 | 0 | 7 | E0 | 56 | 33 |
| Octal | 26 | 120 | 355 | 133 | 102 | 0 | 7 | 340 | 126 | 63 |
| Binary | 10110 | 1010000 | 11101101 | 1011011 | 1000010 | 0 | 111 | 11100000 | 1010110 | 110011 |
Color Harmonies of #1650ED
Complementary color
Monochromatic Colors of #1650ED
Black with #1650ED
Text Example
Text Example
White with #1650ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650ED; }
p { color: rgb(22,80,237); }
H1.HeaderClassName
{
color: #1650ED;
}
.AnyTagClassName
{
color: #1650ED;
}
</style>
background-color css
<style>
a { background-color: #1650ED; }
a { background-color: rgb(22,80,237); }
div.DivClassName
{
background-color: #1650ED;
}
.BgClassName
{
background-color: #1650ED;
}
</style>
border-color css
<style>
span { border-color: #1650ED; }
span { border-color: rgb(22,80,237); }
td.TdClassName
{
border-color: #1650ED;
}
.TagClassName
{
border-color: #1650ED;
}
</style>