Shades of Navy #080770
Tints of Navy #080770
RGB
CMYK
RGB Variations
Color information
#080770 (or 0x080770) is known color: Navy. HEX triplet: 08, 07 and 70. RGB value is (8,7,112). Sum of RGB (Red+Green+Blue) = 8+7+112=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #080770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080770 is #F7F88F. Grayscale: #121212. Windows color (decimal): -16251024 or 7341832. OLE color: 7341832.
HSL color Cylindrical-coordinate representation of color #080770: hue angle of 240.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080770 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 7 | 112 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.56 |
| HSL | 240.57º | 0.88% | 0.23% | - |
| HSV(B) | 240.57º | 0.94% | 0.44% | - |
| XYZ | 3.1 | 1.37 | 15.43 | - |
| YUV | 19.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 112 | 0.93 | 0.94 | 0 | 0.56 | 240.57 | 0.88 | 0.23 |
| Hex | 8 | 7 | 70 | 5D | 5E | 0 | 38 | F1 | 58 | 17 |
| Octal | 10 | 7 | 160 | 135 | 136 | 0 | 70 | 361 | 130 | 27 |
| Binary | 1000 | 111 | 1110000 | 1011101 | 1011110 | 0 | 111000 | 11110001 | 1011000 | 10111 |
Color Harmonies of #080770
Complementary color
Monochromatic Colors of #080770
Black with #080770
Text Example
Text Example
White with #080770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080770; }
p { color: rgb(8,7,112); }
H1.HeaderClassName
{
color: #080770;
}
.AnyTagClassName
{
color: #080770;
}
</style>
background-color css
<style>
a { background-color: #080770; }
a { background-color: rgb(8,7,112); }
div.DivClassName
{
background-color: #080770;
}
.BgClassName
{
background-color: #080770;
}
</style>
border-color css
<style>
span { border-color: #080770; }
span { border-color: rgb(8,7,112); }
td.TdClassName
{
border-color: #080770;
}
.TagClassName
{
border-color: #080770;
}
</style>