Shades of Navy Blue #077ADB
Tints of Navy Blue #077ADB
RGB
CMYK
RGB Variations
Color information
#077ADB (or 0x077ADB) is known color: Navy Blue. HEX triplet: 07, 7A and DB. RGB value is (7,122,219). Sum of RGB (Red+Green+Blue) = 7+122+219=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #077ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ADB is #F88524. Grayscale: #626262. Windows color (decimal): -16287013 or 14383623. OLE color: 14383623.
HSL color Cylindrical-coordinate representation of color #077ADB: hue angle of 207.45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ADB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 122 | 219 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 207.45º | 0.94% | 0.44% | - |
| HSV(B) | 207.45º | 0.97% | 0.86% | - |
| XYZ | 19.83 | 19.08 | 69.66 | - |
| YUV | 98.67 | 195.9 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 219 | 0.97 | 0.44 | 0 | 0.14 | 207.45 | 0.94 | 0.44 |
| Hex | 7 | 7A | DB | 61 | 2C | 0 | E | CF | 5E | 2C |
| Octal | 7 | 172 | 333 | 141 | 54 | 0 | 16 | 317 | 136 | 54 |
| Binary | 111 | 1111010 | 11011011 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011110 | 101100 |
Color Harmonies of #077ADB
Complementary color
Monochromatic Colors of #077ADB
Black with #077ADB
Text Example
Text Example
White with #077ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ADB; }
p { color: rgb(7,122,219); }
H1.HeaderClassName
{
color: #077ADB;
}
.AnyTagClassName
{
color: #077ADB;
}
</style>
background-color css
<style>
a { background-color: #077ADB; }
a { background-color: rgb(7,122,219); }
div.DivClassName
{
background-color: #077ADB;
}
.BgClassName
{
background-color: #077ADB;
}
</style>
border-color css
<style>
span { border-color: #077ADB; }
span { border-color: rgb(7,122,219); }
td.TdClassName
{
border-color: #077ADB;
}
.TagClassName
{
border-color: #077ADB;
}
</style>