Shades of Navy #080470
Tints of Navy #080470
RGB
CMYK
RGB Variations
Color information
#080470 (or 0x080470) is known color: Navy. HEX triplet: 08, 04 and 70. RGB value is (8,4,112). Sum of RGB (Red+Green+Blue) = 8+4+112=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #080470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080470 is #F7FB8F. Grayscale: #111111. Windows color (decimal): -16251792 or 7341064. OLE color: 7341064.
HSL color Cylindrical-coordinate representation of color #080470: hue angle of 242.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080470 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 4 | 112 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.56 |
| HSL | 242.22º | 0.93% | 0.23% | - |
| HSV(B) | 242.22º | 0.96% | 0.44% | - |
| XYZ | 3.07 | 1.31 | 15.42 | - |
| YUV | 17.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 112 | 0.93 | 0.96 | 0 | 0.56 | 242.22 | 0.93 | 0.23 |
| Hex | 8 | 4 | 70 | 5D | 60 | 0 | 38 | F2 | 5D | 17 |
| Octal | 10 | 4 | 160 | 135 | 140 | 0 | 70 | 362 | 135 | 27 |
| Binary | 1000 | 100 | 1110000 | 1011101 | 1100000 | 0 | 111000 | 11110010 | 1011101 | 10111 |
Color Harmonies of #080470
Complementary color
Monochromatic Colors of #080470
Black with #080470
Text Example
Text Example
White with #080470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080470; }
p { color: rgb(8,4,112); }
H1.HeaderClassName
{
color: #080470;
}
.AnyTagClassName
{
color: #080470;
}
</style>
background-color css
<style>
a { background-color: #080470; }
a { background-color: rgb(8,4,112); }
div.DivClassName
{
background-color: #080470;
}
.BgClassName
{
background-color: #080470;
}
</style>
border-color css
<style>
span { border-color: #080470; }
span { border-color: rgb(8,4,112); }
td.TdClassName
{
border-color: #080470;
}
.TagClassName
{
border-color: #080470;
}
</style>