Shades of Navy #080483
Tints of Navy #080483
RGB
CMYK
RGB Variations
Color information
#080483 (or 0x080483) is known color: Navy. HEX triplet: 08, 04 and 83. RGB value is (8,4,131). Sum of RGB (Red+Green+Blue) = 8+4+131=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 131 (51.56% from 255 or 91.61% from 143); Max value from RGB is 131 - color contains mainly: blue. Hex color #080483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080483 is #F7FB7C. Grayscale: #131313. Windows color (decimal): -16251773 or 8586248. OLE color: 8586248.
HSL color Cylindrical-coordinate representation of color #080483: hue angle of 241.89º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080483 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 4 | 131 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.49 |
| HSL | 241.89º | 0.94% | 0.26% | - |
| HSV(B) | 241.89º | 0.97% | 0.51% | - |
| XYZ | 4.24 | 1.78 | 21.59 | - |
| YUV | 19.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 131 | 0.94 | 0.97 | 0 | 0.49 | 241.89 | 0.94 | 0.26 |
| Hex | 8 | 4 | 83 | 5E | 61 | 0 | 31 | F2 | 5E | 1A |
| Octal | 10 | 4 | 203 | 136 | 141 | 0 | 61 | 362 | 136 | 32 |
| Binary | 1000 | 100 | 10000011 | 1011110 | 1100001 | 0 | 110001 | 11110010 | 1011110 | 11010 |
Color Harmonies of #080483
Complementary color
Monochromatic Colors of #080483
Black with #080483
Text Example
Text Example
White with #080483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080483; }
p { color: rgb(8,4,131); }
H1.HeaderClassName
{
color: #080483;
}
.AnyTagClassName
{
color: #080483;
}
</style>
background-color css
<style>
a { background-color: #080483; }
a { background-color: rgb(8,4,131); }
div.DivClassName
{
background-color: #080483;
}
.BgClassName
{
background-color: #080483;
}
</style>
border-color css
<style>
span { border-color: #080483; }
span { border-color: rgb(8,4,131); }
td.TdClassName
{
border-color: #080483;
}
.TagClassName
{
border-color: #080483;
}
</style>