Shades of Navy Blue #0779DE
Tints of Navy Blue #0779DE
RGB
CMYK
RGB Variations
Color information
#0779DE (or 0x0779DE) is known color: Navy Blue. HEX triplet: 07, 79 and DE. RGB value is (7,121,222). Sum of RGB (Red+Green+Blue) = 7+121+222=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #0779DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0779DE is #F88621. Grayscale: #616161. Windows color (decimal): -16287266 or 14579975. OLE color: 14579975.
HSL color Cylindrical-coordinate representation of color #0779DE: hue angle of 208.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0779DE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 121 | 222 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 208.19º | 0.94% | 0.45% | - |
| HSV(B) | 208.19º | 0.97% | 0.87% | - |
| XYZ | 20.11 | 18.99 | 71.71 | - |
| YUV | 98.43 | 197.73 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 222 | 0.97 | 0.45 | 0 | 0.13 | 208.19 | 0.94 | 0.45 |
| Hex | 7 | 79 | DE | 61 | 2D | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 171 | 336 | 141 | 55 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111001 | 11011110 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #0779DE
Complementary color
Monochromatic Colors of #0779DE
Black with #0779DE
Text Example
Text Example
White with #0779DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779DE; }
p { color: rgb(7,121,222); }
H1.HeaderClassName
{
color: #0779DE;
}
.AnyTagClassName
{
color: #0779DE;
}
</style>
background-color css
<style>
a { background-color: #0779DE; }
a { background-color: rgb(7,121,222); }
div.DivClassName
{
background-color: #0779DE;
}
.BgClassName
{
background-color: #0779DE;
}
</style>
border-color css
<style>
span { border-color: #0779DE; }
span { border-color: rgb(7,121,222); }
td.TdClassName
{
border-color: #0779DE;
}
.TagClassName
{
border-color: #0779DE;
}
</style>