Shades of Navy #080583
Tints of Navy #080583
RGB
CMYK
RGB Variations
Color information
#080583 (or 0x080583) is known color: Navy. HEX triplet: 08, 05 and 83. RGB value is (8,5,131). Sum of RGB (Red+Green+Blue) = 8+5+131=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 131 (51.56% from 255 or 90.97% from 144); Max value from RGB is 131 - color contains mainly: blue. Hex color #080583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080583 is #F7FA7C. Grayscale: #131313. Windows color (decimal): -16251517 or 8586504. OLE color: 8586504.
HSL color Cylindrical-coordinate representation of color #080583: hue angle of 241.43º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080583 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 5 | 131 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.49 |
| HSL | 241.43º | 0.93% | 0.27% | - |
| HSV(B) | 241.43º | 0.96% | 0.51% | - |
| XYZ | 4.25 | 1.8 | 21.6 | - |
| YUV | 20.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 131 | 0.94 | 0.96 | 0 | 0.49 | 241.43 | 0.93 | 0.27 |
| Hex | 8 | 5 | 83 | 5E | 60 | 0 | 31 | F1 | 5D | 1B |
| Octal | 10 | 5 | 203 | 136 | 140 | 0 | 61 | 361 | 135 | 33 |
| Binary | 1000 | 101 | 10000011 | 1011110 | 1100000 | 0 | 110001 | 11110001 | 1011101 | 11011 |
Color Harmonies of #080583
Complementary color
Monochromatic Colors of #080583
Black with #080583
Text Example
Text Example
White with #080583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080583; }
p { color: rgb(8,5,131); }
H1.HeaderClassName
{
color: #080583;
}
.AnyTagClassName
{
color: #080583;
}
</style>
background-color css
<style>
a { background-color: #080583; }
a { background-color: rgb(8,5,131); }
div.DivClassName
{
background-color: #080583;
}
.BgClassName
{
background-color: #080583;
}
</style>
border-color css
<style>
span { border-color: #080583; }
span { border-color: rgb(8,5,131); }
td.TdClassName
{
border-color: #080583;
}
.TagClassName
{
border-color: #080583;
}
</style>