Shades of Navy Blue #1650EA
Tints of Navy Blue #1650EA
RGB
CMYK
RGB Variations
Color information
#1650EA (or 0x1650EA) is known color: Navy Blue. HEX triplet: 16, 50 and EA. RGB value is (22,80,234). Sum of RGB (Red+Green+Blue) = 22+80+234=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #1650EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650EA is #E9AF15. Grayscale: #4F4F4F. Windows color (decimal): -15314710 or 15355926. OLE color: 15355926.
HSL color Cylindrical-coordinate representation of color #1650EA: hue angle of 223.58º degrees, saturation: 0.83, 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 #1650EA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 80 | 234 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.08 |
| HSL | 223.58º | 0.83% | 0.5% | - |
| HSV(B) | 223.58º | 0.91% | 0.92% | - |
| XYZ | 18.05 | 11.85 | 79.18 | - |
| YUV | 80.21 | 214.78 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 234 | 0.91 | 0.66 | 0 | 0.08 | 223.58 | 0.83 | 0.5 |
| Hex | 16 | 50 | EA | 5B | 42 | 0 | 8 | E0 | 53 | 32 |
| Octal | 26 | 120 | 352 | 133 | 102 | 0 | 10 | 340 | 123 | 62 |
| Binary | 10110 | 1010000 | 11101010 | 1011011 | 1000010 | 0 | 1000 | 11100000 | 1010011 | 110010 |
Color Harmonies of #1650EA
Complementary color
Monochromatic Colors of #1650EA
Black with #1650EA
Text Example
Text Example
White with #1650EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650EA; }
p { color: rgb(22,80,234); }
H1.HeaderClassName
{
color: #1650EA;
}
.AnyTagClassName
{
color: #1650EA;
}
</style>
background-color css
<style>
a { background-color: #1650EA; }
a { background-color: rgb(22,80,234); }
div.DivClassName
{
background-color: #1650EA;
}
.BgClassName
{
background-color: #1650EA;
}
</style>
border-color css
<style>
span { border-color: #1650EA; }
span { border-color: rgb(22,80,234); }
td.TdClassName
{
border-color: #1650EA;
}
.TagClassName
{
border-color: #1650EA;
}
</style>