Shades of Navy #070677
Tints of Navy #070677
RGB
CMYK
RGB Variations
Color information
#070677 (or 0x070677) is known color: Navy. HEX triplet: 07, 06 and 77. RGB value is (7,6,119). Sum of RGB (Red+Green+Blue) = 7+6+119=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #070677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070677 is #F8F988. Grayscale: #121212. Windows color (decimal): -16316809 or 7800327. OLE color: 7800327.
HSL color Cylindrical-coordinate representation of color #070677: hue angle of 240.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070677 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 6 | 119 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.53 |
| HSL | 240.53º | 0.9% | 0.25% | - |
| HSV(B) | 240.53º | 0.95% | 0.47% | - |
| XYZ | 3.48 | 1.51 | 17.56 | - |
| YUV | 19.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 119 | 0.94 | 0.95 | 0 | 0.53 | 240.53 | 0.9 | 0.25 |
| Hex | 7 | 6 | 77 | 5E | 5F | 0 | 35 | F1 | 5A | 19 |
| Octal | 7 | 6 | 167 | 136 | 137 | 0 | 65 | 361 | 132 | 31 |
| Binary | 111 | 110 | 1110111 | 1011110 | 1011111 | 0 | 110101 | 11110001 | 1011010 | 11001 |
Color Harmonies of #070677
Complementary color
Monochromatic Colors of #070677
Black with #070677
Text Example
Text Example
White with #070677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070677; }
p { color: rgb(7,6,119); }
H1.HeaderClassName
{
color: #070677;
}
.AnyTagClassName
{
color: #070677;
}
</style>
background-color css
<style>
a { background-color: #070677; }
a { background-color: rgb(7,6,119); }
div.DivClassName
{
background-color: #070677;
}
.BgClassName
{
background-color: #070677;
}
</style>
border-color css
<style>
span { border-color: #070677; }
span { border-color: rgb(7,6,119); }
td.TdClassName
{
border-color: #070677;
}
.TagClassName
{
border-color: #070677;
}
</style>