Shades of Navy Blue #1650E6
Tints of Navy Blue #1650E6
RGB
CMYK
RGB Variations
Color information
#1650E6 (or 0x1650E6) is known color: Navy Blue. HEX triplet: 16, 50 and E6. RGB value is (22,80,230). Sum of RGB (Red+Green+Blue) = 22+80+230=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 230 (90.23% from 255 or 69.28% from 332); Max value from RGB is 230 - color contains mainly: blue. Hex color #1650E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650E6 is #E9AF19. Grayscale: #4F4F4F. Windows color (decimal): -15314714 or 15093782. OLE color: 15093782.
HSL color Cylindrical-coordinate representation of color #1650E6: hue angle of 223.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1650E6 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 80 | 230 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.10 |
| HSL | 223.27º | 0.83% | 0.49% | - |
| HSV(B) | 223.27º | 0.9% | 0.9% | - |
| XYZ | 17.48 | 11.62 | 76.18 | - |
| YUV | 79.76 | 212.78 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 230 | 0.90 | 0.65 | 0 | 0.10 | 223.27 | 0.83 | 0.49 |
| Hex | 16 | 50 | E6 | 5A | 41 | 0 | A | DF | 53 | 31 |
| Octal | 26 | 120 | 346 | 132 | 101 | 0 | 12 | 337 | 123 | 61 |
| Binary | 10110 | 1010000 | 11100110 | 1011010 | 1000001 | 0 | 1010 | 11011111 | 1010011 | 110001 |
Color Harmonies of #1650E6
Complementary color
Monochromatic Colors of #1650E6
Black with #1650E6
Text Example
Text Example
White with #1650E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650E6; }
p { color: rgb(22,80,230); }
H1.HeaderClassName
{
color: #1650E6;
}
.AnyTagClassName
{
color: #1650E6;
}
</style>
background-color css
<style>
a { background-color: #1650E6; }
a { background-color: rgb(22,80,230); }
div.DivClassName
{
background-color: #1650E6;
}
.BgClassName
{
background-color: #1650E6;
}
</style>
border-color css
<style>
span { border-color: #1650E6; }
span { border-color: rgb(22,80,230); }
td.TdClassName
{
border-color: #1650E6;
}
.TagClassName
{
border-color: #1650E6;
}
</style>