Shades of Navy #080472
Tints of Navy #080472
RGB
CMYK
RGB Variations
Color information
#080472 (or 0x080472) is known color: Navy. HEX triplet: 08, 04 and 72. RGB value is (8,4,114). Sum of RGB (Red+Green+Blue) = 8+4+114=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 114 (44.92% from 255 or 90.48% from 126); Max value from RGB is 114 - color contains mainly: blue. Hex color #080472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080472 is #F7FB8D. Grayscale: #111111. Windows color (decimal): -16251790 or 7472136. OLE color: 7472136.
HSL color Cylindrical-coordinate representation of color #080472: hue angle of 242.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080472 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 4 | 114 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.55 |
| HSL | 242.18º | 0.93% | 0.23% | - |
| HSV(B) | 242.18º | 0.96% | 0.45% | - |
| XYZ | 3.18 | 1.35 | 16.01 | - |
| YUV | 17.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 114 | 0.93 | 0.96 | 0 | 0.55 | 242.18 | 0.93 | 0.23 |
| Hex | 8 | 4 | 72 | 5D | 60 | 0 | 37 | F2 | 5D | 17 |
| Octal | 10 | 4 | 162 | 135 | 140 | 0 | 67 | 362 | 135 | 27 |
| Binary | 1000 | 100 | 1110010 | 1011101 | 1100000 | 0 | 110111 | 11110010 | 1011101 | 10111 |
Color Harmonies of #080472
Complementary color
Monochromatic Colors of #080472
Black with #080472
Text Example
Text Example
White with #080472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080472; }
p { color: rgb(8,4,114); }
H1.HeaderClassName
{
color: #080472;
}
.AnyTagClassName
{
color: #080472;
}
</style>
background-color css
<style>
a { background-color: #080472; }
a { background-color: rgb(8,4,114); }
div.DivClassName
{
background-color: #080472;
}
.BgClassName
{
background-color: #080472;
}
</style>
border-color css
<style>
span { border-color: #080472; }
span { border-color: rgb(8,4,114); }
td.TdClassName
{
border-color: #080472;
}
.TagClassName
{
border-color: #080472;
}
</style>