Shades of Navy Blue #077ADD
Tints of Navy Blue #077ADD
RGB
CMYK
RGB Variations
Color information
#077ADD (or 0x077ADD) is known color: Navy Blue. HEX triplet: 07, 7A and DD. RGB value is (7,122,221). Sum of RGB (Red+Green+Blue) = 7+122+221=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #077ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ADD is #F88522. Grayscale: #626262. Windows color (decimal): -16287011 or 14514695. OLE color: 14514695.
HSL color Cylindrical-coordinate representation of color #077ADD: hue angle of 207.76º 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 #077ADD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 122 | 221 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 207.76º | 0.94% | 0.45% | - |
| HSV(B) | 207.76º | 0.97% | 0.87% | - |
| XYZ | 20.1 | 19.18 | 71.05 | - |
| YUV | 98.9 | 196.9 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 221 | 0.97 | 0.45 | 0 | 0.13 | 207.76 | 0.94 | 0.45 |
| Hex | 7 | 7A | DD | 61 | 2D | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 172 | 335 | 141 | 55 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111010 | 11011101 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #077ADD
Complementary color
Monochromatic Colors of #077ADD
Black with #077ADD
Text Example
Text Example
White with #077ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ADD; }
p { color: rgb(7,122,221); }
H1.HeaderClassName
{
color: #077ADD;
}
.AnyTagClassName
{
color: #077ADD;
}
</style>
background-color css
<style>
a { background-color: #077ADD; }
a { background-color: rgb(7,122,221); }
div.DivClassName
{
background-color: #077ADD;
}
.BgClassName
{
background-color: #077ADD;
}
</style>
border-color css
<style>
span { border-color: #077ADD; }
span { border-color: rgb(7,122,221); }
td.TdClassName
{
border-color: #077ADD;
}
.TagClassName
{
border-color: #077ADD;
}
</style>