Shades of Navy Blue #077ADC
Tints of Navy Blue #077ADC
RGB
CMYK
RGB Variations
Color information
#077ADC (or 0x077ADC) is known color: Navy Blue. HEX triplet: 07, 7A and DC. RGB value is (7,122,220). Sum of RGB (Red+Green+Blue) = 7+122+220=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #077ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ADC is #F88523. Grayscale: #626262. Windows color (decimal): -16287012 or 14449159. OLE color: 14449159.
HSL color Cylindrical-coordinate representation of color #077ADC: hue angle of 207.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ADC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 122 | 220 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.14 |
| HSL | 207.61º | 0.94% | 0.45% | - |
| HSV(B) | 207.61º | 0.97% | 0.86% | - |
| XYZ | 19.97 | 19.13 | 70.35 | - |
| YUV | 98.79 | 196.4 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 220 | 0.97 | 0.45 | 0 | 0.14 | 207.61 | 0.94 | 0.45 |
| Hex | 7 | 7A | DC | 61 | 2D | 0 | E | D0 | 5E | 2D |
| Octal | 7 | 172 | 334 | 141 | 55 | 0 | 16 | 320 | 136 | 55 |
| Binary | 111 | 1111010 | 11011100 | 1100001 | 101101 | 0 | 1110 | 11010000 | 1011110 | 101101 |
Color Harmonies of #077ADC
Complementary color
Monochromatic Colors of #077ADC
Black with #077ADC
Text Example
Text Example
White with #077ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ADC; }
p { color: rgb(7,122,220); }
H1.HeaderClassName
{
color: #077ADC;
}
.AnyTagClassName
{
color: #077ADC;
}
</style>
background-color css
<style>
a { background-color: #077ADC; }
a { background-color: rgb(7,122,220); }
div.DivClassName
{
background-color: #077ADC;
}
.BgClassName
{
background-color: #077ADC;
}
</style>
border-color css
<style>
span { border-color: #077ADC; }
span { border-color: rgb(7,122,220); }
td.TdClassName
{
border-color: #077ADC;
}
.TagClassName
{
border-color: #077ADC;
}
</style>