Shades of Navy #080476
Tints of Navy #080476
RGB
CMYK
RGB Variations
Color information
#080476 (or 0x080476) is known color: Navy. HEX triplet: 08, 04 and 76. RGB value is (8,4,118). Sum of RGB (Red+Green+Blue) = 8+4+118=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #080476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080476 is #F7FB89. Grayscale: #111111. Windows color (decimal): -16251786 or 7734280. OLE color: 7734280.
HSL color Cylindrical-coordinate representation of color #080476: hue angle of 242.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080476 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 4 | 118 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.54 |
| HSL | 242.11º | 0.93% | 0.24% | - |
| HSV(B) | 242.11º | 0.97% | 0.46% | - |
| XYZ | 3.41 | 1.45 | 17.24 | - |
| YUV | 18.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 118 | 0.93 | 0.97 | 0 | 0.54 | 242.11 | 0.93 | 0.24 |
| Hex | 8 | 4 | 76 | 5D | 61 | 0 | 36 | F2 | 5D | 18 |
| Octal | 10 | 4 | 166 | 135 | 141 | 0 | 66 | 362 | 135 | 30 |
| Binary | 1000 | 100 | 1110110 | 1011101 | 1100001 | 0 | 110110 | 11110010 | 1011101 | 11000 |
Color Harmonies of #080476
Complementary color
Monochromatic Colors of #080476
Black with #080476
Text Example
Text Example
White with #080476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080476; }
p { color: rgb(8,4,118); }
H1.HeaderClassName
{
color: #080476;
}
.AnyTagClassName
{
color: #080476;
}
</style>
background-color css
<style>
a { background-color: #080476; }
a { background-color: rgb(8,4,118); }
div.DivClassName
{
background-color: #080476;
}
.BgClassName
{
background-color: #080476;
}
</style>
border-color css
<style>
span { border-color: #080476; }
span { border-color: rgb(8,4,118); }
td.TdClassName
{
border-color: #080476;
}
.TagClassName
{
border-color: #080476;
}
</style>