Shades of Navy Blue #0850EC
Tints of Navy Blue #0850EC
RGB
CMYK
RGB Variations
Color information
#0850EC (or 0x0850EC) is known color: Navy Blue. HEX triplet: 08, 50 and EC. RGB value is (8,80,236). Sum of RGB (Red+Green+Blue) = 8+80+236=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #0850EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0850EC is #F7AF13. Grayscale: #4B4B4B. Windows color (decimal): -16232212 or 15486984. OLE color: 15486984.
HSL color Cylindrical-coordinate representation of color #0850EC: hue angle of 221.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0850EC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 80 | 236 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.07 |
| HSL | 221.05º | 0.93% | 0.48% | - |
| HSV(B) | 221.05º | 0.97% | 0.93% | - |
| XYZ | 18.11 | 11.85 | 80.69 | - |
| YUV | 76.26 | 218.15 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 236 | 0.97 | 0.66 | 0 | 0.07 | 221.05 | 0.93 | 0.48 |
| Hex | 8 | 50 | EC | 61 | 42 | 0 | 7 | DD | 5D | 30 |
| Octal | 10 | 120 | 354 | 141 | 102 | 0 | 7 | 335 | 135 | 60 |
| Binary | 1000 | 1010000 | 11101100 | 1100001 | 1000010 | 0 | 111 | 11011101 | 1011101 | 110000 |
Color Harmonies of #0850EC
Complementary color
Monochromatic Colors of #0850EC
Black with #0850EC
Text Example
Text Example
White with #0850EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850EC; }
p { color: rgb(8,80,236); }
H1.HeaderClassName
{
color: #0850EC;
}
.AnyTagClassName
{
color: #0850EC;
}
</style>
background-color css
<style>
a { background-color: #0850EC; }
a { background-color: rgb(8,80,236); }
div.DivClassName
{
background-color: #0850EC;
}
.BgClassName
{
background-color: #0850EC;
}
</style>
border-color css
<style>
span { border-color: #0850EC; }
span { border-color: rgb(8,80,236); }
td.TdClassName
{
border-color: #0850EC;
}
.TagClassName
{
border-color: #0850EC;
}
</style>