Shades of Navy Blue #077ACE
Tints of Navy Blue #077ACE
RGB
CMYK
RGB Variations
Color information
#077ACE (or 0x077ACE) is known color: Navy Blue. HEX triplet: 07, 7A and CE. RGB value is (7,122,206). Sum of RGB (Red+Green+Blue) = 7+122+206=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #077ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ACE is #F88531. Grayscale: #606060. Windows color (decimal): -16287026 or 13531655. OLE color: 13531655.
HSL color Cylindrical-coordinate representation of color #077ACE: hue angle of 205.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ACE is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 122 | 206 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.19 |
| HSL | 205.33º | 0.93% | 0.42% | - |
| HSV(B) | 205.33º | 0.97% | 0.81% | - |
| XYZ | 18.19 | 18.42 | 60.99 | - |
| YUV | 97.19 | 189.4 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 206 | 0.97 | 0.41 | 0 | 0.19 | 205.33 | 0.93 | 0.42 |
| Hex | 7 | 7A | CE | 61 | 29 | 0 | 13 | CD | 5D | 2A |
| Octal | 7 | 172 | 316 | 141 | 51 | 0 | 23 | 315 | 135 | 52 |
| Binary | 111 | 1111010 | 11001110 | 1100001 | 101001 | 0 | 10011 | 11001101 | 1011101 | 101010 |
Color Harmonies of #077ACE
Complementary color
Monochromatic Colors of #077ACE
Black with #077ACE
Text Example
Text Example
White with #077ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ACE; }
p { color: rgb(7,122,206); }
H1.HeaderClassName
{
color: #077ACE;
}
.AnyTagClassName
{
color: #077ACE;
}
</style>
background-color css
<style>
a { background-color: #077ACE; }
a { background-color: rgb(7,122,206); }
div.DivClassName
{
background-color: #077ACE;
}
.BgClassName
{
background-color: #077ACE;
}
</style>
border-color css
<style>
span { border-color: #077ACE; }
span { border-color: rgb(7,122,206); }
td.TdClassName
{
border-color: #077ACE;
}
.TagClassName
{
border-color: #077ACE;
}
</style>