Shades of Navy #080573
Tints of Navy #080573
RGB
CMYK
RGB Variations
Color information
#080573 (or 0x080573) is known color: Navy. HEX triplet: 08, 05 and 73. RGB value is (8,5,115). Sum of RGB (Red+Green+Blue) = 8+5+115=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #080573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080573 is #F7FA8C. Grayscale: #121212. Windows color (decimal): -16251533 or 7537928. OLE color: 7537928.
HSL color Cylindrical-coordinate representation of color #080573: hue angle of 241.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080573 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 5 | 115 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.55 |
| HSL | 241.64º | 0.92% | 0.24% | - |
| HSV(B) | 241.64º | 0.96% | 0.45% | - |
| XYZ | 3.25 | 1.4 | 16.32 | - |
| YUV | 18.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 115 | 0.93 | 0.96 | 0 | 0.55 | 241.64 | 0.92 | 0.24 |
| Hex | 8 | 5 | 73 | 5D | 60 | 0 | 37 | F2 | 5C | 18 |
| Octal | 10 | 5 | 163 | 135 | 140 | 0 | 67 | 362 | 134 | 30 |
| Binary | 1000 | 101 | 1110011 | 1011101 | 1100000 | 0 | 110111 | 11110010 | 1011100 | 11000 |
Color Harmonies of #080573
Complementary color
Monochromatic Colors of #080573
Black with #080573
Text Example
Text Example
White with #080573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080573; }
p { color: rgb(8,5,115); }
H1.HeaderClassName
{
color: #080573;
}
.AnyTagClassName
{
color: #080573;
}
</style>
background-color css
<style>
a { background-color: #080573; }
a { background-color: rgb(8,5,115); }
div.DivClassName
{
background-color: #080573;
}
.BgClassName
{
background-color: #080573;
}
</style>
border-color css
<style>
span { border-color: #080573; }
span { border-color: rgb(8,5,115); }
td.TdClassName
{
border-color: #080573;
}
.TagClassName
{
border-color: #080573;
}
</style>