Shades of Navy Blue #0779BF
Tints of Navy Blue #0779BF
RGB
CMYK
RGB Variations
Color information
#0779BF (or 0x0779BF) is known color: Navy Blue. HEX triplet: 07, 79 and BF. RGB value is (7,121,191). Sum of RGB (Red+Green+Blue) = 7+121+191=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #0779BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0779BF is #F88640. Grayscale: #5E5E5E. Windows color (decimal): -16287297 or 12548359. OLE color: 12548359.
HSL color Cylindrical-coordinate representation of color #0779BF: hue angle of 202.83º 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 #0779BF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 121 | 191 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.25 |
| HSL | 202.83º | 0.93% | 0.39% | - |
| HSV(B) | 202.83º | 0.96% | 0.75% | - |
| XYZ | 16.33 | 17.48 | 51.8 | - |
| YUV | 94.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 191 | 0.96 | 0.37 | 0 | 0.25 | 202.83 | 0.93 | 0.39 |
| Hex | 7 | 79 | BF | 60 | 25 | 0 | 19 | CB | 5D | 27 |
| Octal | 7 | 171 | 277 | 140 | 45 | 0 | 31 | 313 | 135 | 47 |
| Binary | 111 | 1111001 | 10111111 | 1100000 | 100101 | 0 | 11001 | 11001011 | 1011101 | 100111 |
Color Harmonies of #0779BF
Complementary color
Monochromatic Colors of #0779BF
Black with #0779BF
Text Example
Text Example
White with #0779BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779BF; }
p { color: rgb(7,121,191); }
H1.HeaderClassName
{
color: #0779BF;
}
.AnyTagClassName
{
color: #0779BF;
}
</style>
background-color css
<style>
a { background-color: #0779BF; }
a { background-color: rgb(7,121,191); }
div.DivClassName
{
background-color: #0779BF;
}
.BgClassName
{
background-color: #0779BF;
}
</style>
border-color css
<style>
span { border-color: #0779BF; }
span { border-color: rgb(7,121,191); }
td.TdClassName
{
border-color: #0779BF;
}
.TagClassName
{
border-color: #0779BF;
}
</style>