Shades of Navy Blue #0778DA
Tints of Navy Blue #0778DA
RGB
CMYK
RGB Variations
Color information
#0778DA (or 0x0778DA) is known color: Navy Blue. HEX triplet: 07, 78 and DA. RGB value is (7,120,218). Sum of RGB (Red+Green+Blue) = 7+120+218=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #0778DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778DA is #F88725. Grayscale: #606060. Windows color (decimal): -16287526 or 14317575. OLE color: 14317575.
HSL color Cylindrical-coordinate representation of color #0778DA: hue angle of 207.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0778DA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 120 | 218 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.15 |
| HSL | 207.87º | 0.94% | 0.44% | - |
| HSV(B) | 207.87º | 0.97% | 0.85% | - |
| XYZ | 19.46 | 18.54 | 68.88 | - |
| YUV | 97.39 | 196.06 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 218 | 0.97 | 0.45 | 0 | 0.15 | 207.87 | 0.94 | 0.44 |
| Hex | 7 | 78 | DA | 61 | 2D | 0 | F | D0 | 5E | 2C |
| Octal | 7 | 170 | 332 | 141 | 55 | 0 | 17 | 320 | 136 | 54 |
| Binary | 111 | 1111000 | 11011010 | 1100001 | 101101 | 0 | 1111 | 11010000 | 1011110 | 101100 |
Color Harmonies of #0778DA
Complementary color
Monochromatic Colors of #0778DA
Black with #0778DA
Text Example
Text Example
White with #0778DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778DA; }
p { color: rgb(7,120,218); }
H1.HeaderClassName
{
color: #0778DA;
}
.AnyTagClassName
{
color: #0778DA;
}
</style>
background-color css
<style>
a { background-color: #0778DA; }
a { background-color: rgb(7,120,218); }
div.DivClassName
{
background-color: #0778DA;
}
.BgClassName
{
background-color: #0778DA;
}
</style>
border-color css
<style>
span { border-color: #0778DA; }
span { border-color: rgb(7,120,218); }
td.TdClassName
{
border-color: #0778DA;
}
.TagClassName
{
border-color: #0778DA;
}
</style>