Shades of Navy Blue #0778C9
Tints of Navy Blue #0778C9
RGB
CMYK
RGB Variations
Color information
#0778C9 (or 0x0778C9) is known color: Navy Blue. HEX triplet: 07, 78 and C9. RGB value is (7,120,201). Sum of RGB (Red+Green+Blue) = 7+120+201=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #0778C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778C9 is #F88736. Grayscale: #5F5F5F. Windows color (decimal): -16287543 or 13203463. OLE color: 13203463.
HSL color Cylindrical-coordinate representation of color #0778C9: hue angle of 205.05º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0778C9 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 120 | 201 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.21 |
| HSL | 205.05º | 0.93% | 0.41% | - |
| HSV(B) | 205.05º | 0.97% | 0.79% | - |
| XYZ | 17.35 | 17.7 | 57.76 | - |
| YUV | 95.45 | 187.56 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 201 | 0.97 | 0.40 | 0 | 0.21 | 205.05 | 0.93 | 0.41 |
| Hex | 7 | 78 | C9 | 61 | 28 | 0 | 15 | CD | 5D | 29 |
| Octal | 7 | 170 | 311 | 141 | 50 | 0 | 25 | 315 | 135 | 51 |
| Binary | 111 | 1111000 | 11001001 | 1100001 | 101000 | 0 | 10101 | 11001101 | 1011101 | 101001 |
Color Harmonies of #0778C9
Complementary color
Monochromatic Colors of #0778C9
Black with #0778C9
Text Example
Text Example
White with #0778C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778C9; }
p { color: rgb(7,120,201); }
H1.HeaderClassName
{
color: #0778C9;
}
.AnyTagClassName
{
color: #0778C9;
}
</style>
background-color css
<style>
a { background-color: #0778C9; }
a { background-color: rgb(7,120,201); }
div.DivClassName
{
background-color: #0778C9;
}
.BgClassName
{
background-color: #0778C9;
}
</style>
border-color css
<style>
span { border-color: #0778C9; }
span { border-color: rgb(7,120,201); }
td.TdClassName
{
border-color: #0778C9;
}
.TagClassName
{
border-color: #0778C9;
}
</style>