Shades of Navy Blue #077AD0
Tints of Navy Blue #077AD0
RGB
CMYK
RGB Variations
Color information
#077AD0 (or 0x077AD0) is known color: Navy Blue. HEX triplet: 07, 7A and D0. RGB value is (7,122,208). Sum of RGB (Red+Green+Blue) = 7+122+208=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #077AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AD0 is #F8852F. Grayscale: #606060. Windows color (decimal): -16287024 or 13662727. OLE color: 13662727.
HSL color Cylindrical-coordinate representation of color #077AD0: hue angle of 205.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077AD0 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 122 | 208 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.18 |
| HSL | 205.67º | 0.93% | 0.42% | - |
| HSV(B) | 205.67º | 0.97% | 0.82% | - |
| XYZ | 18.43 | 18.52 | 62.28 | - |
| YUV | 97.42 | 190.4 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 208 | 0.97 | 0.41 | 0 | 0.18 | 205.67 | 0.93 | 0.42 |
| Hex | 7 | 7A | D0 | 61 | 29 | 0 | 12 | CE | 5D | 2A |
| Octal | 7 | 172 | 320 | 141 | 51 | 0 | 22 | 316 | 135 | 52 |
| Binary | 111 | 1111010 | 11010000 | 1100001 | 101001 | 0 | 10010 | 11001110 | 1011101 | 101010 |
Color Harmonies of #077AD0
Complementary color
Monochromatic Colors of #077AD0
Black with #077AD0
Text Example
Text Example
White with #077AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AD0; }
p { color: rgb(7,122,208); }
H1.HeaderClassName
{
color: #077AD0;
}
.AnyTagClassName
{
color: #077AD0;
}
</style>
background-color css
<style>
a { background-color: #077AD0; }
a { background-color: rgb(7,122,208); }
div.DivClassName
{
background-color: #077AD0;
}
.BgClassName
{
background-color: #077AD0;
}
</style>
border-color css
<style>
span { border-color: #077AD0; }
span { border-color: rgb(7,122,208); }
td.TdClassName
{
border-color: #077AD0;
}
.TagClassName
{
border-color: #077AD0;
}
</style>