Shades of Navy Blue #0779DD
Tints of Navy Blue #0779DD
RGB
CMYK
RGB Variations
Color information
#0779DD (or 0x0779DD) is known color: Navy Blue. HEX triplet: 07, 79 and DD. RGB value is (7,121,221). Sum of RGB (Red+Green+Blue) = 7+121+221=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #0779DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0779DD is #F88622. Grayscale: #616161. Windows color (decimal): -16287267 or 14514439. OLE color: 14514439.
HSL color Cylindrical-coordinate representation of color #0779DD: hue angle of 208.04º 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 #0779DD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 121 | 221 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 208.04º | 0.94% | 0.45% | - |
| HSV(B) | 208.04º | 0.97% | 0.87% | - |
| XYZ | 19.98 | 18.94 | 71.01 | - |
| YUV | 98.31 | 197.23 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 221 | 0.97 | 0.45 | 0 | 0.13 | 208.04 | 0.94 | 0.45 |
| Hex | 7 | 79 | DD | 61 | 2D | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 171 | 335 | 141 | 55 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111001 | 11011101 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #0779DD
Complementary color
Monochromatic Colors of #0779DD
Black with #0779DD
Text Example
Text Example
White with #0779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779DD; }
p { color: rgb(7,121,221); }
H1.HeaderClassName
{
color: #0779DD;
}
.AnyTagClassName
{
color: #0779DD;
}
</style>
background-color css
<style>
a { background-color: #0779DD; }
a { background-color: rgb(7,121,221); }
div.DivClassName
{
background-color: #0779DD;
}
.BgClassName
{
background-color: #0779DD;
}
</style>
border-color css
<style>
span { border-color: #0779DD; }
span { border-color: rgb(7,121,221); }
td.TdClassName
{
border-color: #0779DD;
}
.TagClassName
{
border-color: #0779DD;
}
</style>