Shades of Navy Blue #0778C5
Tints of Navy Blue #0778C5
RGB
CMYK
RGB Variations
Color information
#0778C5 (or 0x0778C5) is known color: Navy Blue. HEX triplet: 07, 78 and C5. RGB value is (7,120,197). Sum of RGB (Red+Green+Blue) = 7+120+197=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #0778C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778C5 is #F8873A. Grayscale: #5E5E5E. Windows color (decimal): -16287547 or 12941319. OLE color: 12941319.
HSL color Cylindrical-coordinate representation of color #0778C5: hue angle of 204.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0778C5 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 120 | 197 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.23 |
| HSL | 204.32º | 0.93% | 0.4% | - |
| HSV(B) | 204.32º | 0.96% | 0.77% | - |
| XYZ | 16.88 | 17.51 | 55.31 | - |
| YUV | 94.99 | 185.56 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 197 | 0.96 | 0.39 | 0 | 0.23 | 204.32 | 0.93 | 0.4 |
| Hex | 7 | 78 | C5 | 60 | 27 | 0 | 17 | CC | 5D | 28 |
| Octal | 7 | 170 | 305 | 140 | 47 | 0 | 27 | 314 | 135 | 50 |
| Binary | 111 | 1111000 | 11000101 | 1100000 | 100111 | 0 | 10111 | 11001100 | 1011101 | 101000 |
Color Harmonies of #0778C5
Complementary color
Monochromatic Colors of #0778C5
Black with #0778C5
Text Example
Text Example
White with #0778C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778C5; }
p { color: rgb(7,120,197); }
H1.HeaderClassName
{
color: #0778C5;
}
.AnyTagClassName
{
color: #0778C5;
}
</style>
background-color css
<style>
a { background-color: #0778C5; }
a { background-color: rgb(7,120,197); }
div.DivClassName
{
background-color: #0778C5;
}
.BgClassName
{
background-color: #0778C5;
}
</style>
border-color css
<style>
span { border-color: #0778C5; }
span { border-color: rgb(7,120,197); }
td.TdClassName
{
border-color: #0778C5;
}
.TagClassName
{
border-color: #0778C5;
}
</style>