Shades of Navy Blue #0778EC
Tints of Navy Blue #0778EC
RGB
CMYK
RGB Variations
Color information
#0778EC (or 0x0778EC) is known color: Navy Blue. HEX triplet: 07, 78 and EC. RGB value is (7,120,236). Sum of RGB (Red+Green+Blue) = 7+120+236=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 120 (47.27% from 255 or 33.06% 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 #0778EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0778EC is #F88713. Grayscale: #626262. Windows color (decimal): -16287508 or 15497223. OLE color: 15497223.
HSL color Cylindrical-coordinate representation of color #0778EC: hue angle of 210.39º degrees, saturation: 0.94, 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 #0778EC is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 120 | 236 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.07 |
| HSL | 210.39º | 0.94% | 0.48% | - |
| HSV(B) | 210.39º | 0.97% | 0.93% | - |
| XYZ | 21.94 | 19.53 | 81.97 | - |
| YUV | 99.44 | 205.06 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 236 | 0.97 | 0.49 | 0 | 0.07 | 210.39 | 0.94 | 0.48 |
| Hex | 7 | 78 | EC | 61 | 31 | 0 | 7 | D2 | 5E | 30 |
| Octal | 7 | 170 | 354 | 141 | 61 | 0 | 7 | 322 | 136 | 60 |
| Binary | 111 | 1111000 | 11101100 | 1100001 | 110001 | 0 | 111 | 11010010 | 1011110 | 110000 |
Color Harmonies of #0778EC
Complementary color
Monochromatic Colors of #0778EC
Black with #0778EC
Text Example
Text Example
White with #0778EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778EC; }
p { color: rgb(7,120,236); }
H1.HeaderClassName
{
color: #0778EC;
}
.AnyTagClassName
{
color: #0778EC;
}
</style>
background-color css
<style>
a { background-color: #0778EC; }
a { background-color: rgb(7,120,236); }
div.DivClassName
{
background-color: #0778EC;
}
.BgClassName
{
background-color: #0778EC;
}
</style>
border-color css
<style>
span { border-color: #0778EC; }
span { border-color: rgb(7,120,236); }
td.TdClassName
{
border-color: #0778EC;
}
.TagClassName
{
border-color: #0778EC;
}
</style>