Shades of Navy Blue #0877EC
Tints of Navy Blue #0877EC
RGB
CMYK
RGB Variations
Color information
#0877EC (or 0x0877EC) is known color: Navy Blue. HEX triplet: 08, 77 and EC. RGB value is (8,119,236). Sum of RGB (Red+Green+Blue) = 8+119+236=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #0877EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877EC is #F78813. Grayscale: #626262. Windows color (decimal): -16222228 or 15496968. OLE color: 15496968.
HSL color Cylindrical-coordinate representation of color #0877EC: hue angle of 210.79º 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 #0877EC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 119 | 236 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.07 |
| HSL | 210.79º | 0.93% | 0.48% | - |
| HSV(B) | 210.79º | 0.97% | 0.93% | - |
| XYZ | 21.84 | 19.3 | 81.93 | - |
| YUV | 99.15 | 205.23 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 236 | 0.97 | 0.50 | 0 | 0.07 | 210.79 | 0.93 | 0.48 |
| Hex | 8 | 77 | EC | 61 | 32 | 0 | 7 | D3 | 5D | 30 |
| Octal | 10 | 167 | 354 | 141 | 62 | 0 | 7 | 323 | 135 | 60 |
| Binary | 1000 | 1110111 | 11101100 | 1100001 | 110010 | 0 | 111 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0877EC
Complementary color
Monochromatic Colors of #0877EC
Black with #0877EC
Text Example
Text Example
White with #0877EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877EC; }
p { color: rgb(8,119,236); }
H1.HeaderClassName
{
color: #0877EC;
}
.AnyTagClassName
{
color: #0877EC;
}
</style>
background-color css
<style>
a { background-color: #0877EC; }
a { background-color: rgb(8,119,236); }
div.DivClassName
{
background-color: #0877EC;
}
.BgClassName
{
background-color: #0877EC;
}
</style>
border-color css
<style>
span { border-color: #0877EC; }
span { border-color: rgb(8,119,236); }
td.TdClassName
{
border-color: #0877EC;
}
.TagClassName
{
border-color: #0877EC;
}
</style>