Shades of Navy Blue #0778BE
Tints of Navy Blue #0778BE
RGB
CMYK
RGB Variations
Color information
#0778BE (or 0x0778BE) is known color: Navy Blue. HEX triplet: 07, 78 and BE. RGB value is (7,120,190). Sum of RGB (Red+Green+Blue) = 7+120+190=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #0778BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778BE is #F88741. Grayscale: #5D5D5D. Windows color (decimal): -16287554 or 12482567. OLE color: 12482567.
HSL color Cylindrical-coordinate representation of color #0778BE: hue angle of 202.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0778BE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 120 | 190 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.25 |
| HSL | 202.95º | 0.93% | 0.39% | - |
| HSV(B) | 202.95º | 0.96% | 0.75% | - |
| XYZ | 16.1 | 17.2 | 51.19 | - |
| YUV | 94.19 | 182.06 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 190 | 0.96 | 0.37 | 0 | 0.25 | 202.95 | 0.93 | 0.39 |
| Hex | 7 | 78 | BE | 60 | 25 | 0 | 19 | CB | 5D | 27 |
| Octal | 7 | 170 | 276 | 140 | 45 | 0 | 31 | 313 | 135 | 47 |
| Binary | 111 | 1111000 | 10111110 | 1100000 | 100101 | 0 | 11001 | 11001011 | 1011101 | 100111 |
Color Harmonies of #0778BE
Complementary color
Monochromatic Colors of #0778BE
Black with #0778BE
Text Example
Text Example
White with #0778BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778BE; }
p { color: rgb(7,120,190); }
H1.HeaderClassName
{
color: #0778BE;
}
.AnyTagClassName
{
color: #0778BE;
}
</style>
background-color css
<style>
a { background-color: #0778BE; }
a { background-color: rgb(7,120,190); }
div.DivClassName
{
background-color: #0778BE;
}
.BgClassName
{
background-color: #0778BE;
}
</style>
border-color css
<style>
span { border-color: #0778BE; }
span { border-color: rgb(7,120,190); }
td.TdClassName
{
border-color: #0778BE;
}
.TagClassName
{
border-color: #0778BE;
}
</style>