Shades of Navy #080371
Tints of Navy #080371
RGB
CMYK
RGB Variations
Color information
#080371 (or 0x080371) is known color: Navy. HEX triplet: 08, 03 and 71. RGB value is (8,3,113). Sum of RGB (Red+Green+Blue) = 8+3+113=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #080371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080371 is #F7FC8E. Grayscale: #101010. Windows color (decimal): -16252047 or 7406344. OLE color: 7406344.
HSL color Cylindrical-coordinate representation of color #080371: hue angle of 242.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080371 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 3 | 113 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.56 |
| HSL | 242.73º | 0.95% | 0.23% | - |
| HSV(B) | 242.73º | 0.97% | 0.44% | - |
| XYZ | 3.11 | 1.31 | 15.71 | - |
| YUV | 17.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 113 | 0.93 | 0.97 | 0 | 0.56 | 242.73 | 0.95 | 0.23 |
| Hex | 8 | 3 | 71 | 5D | 61 | 0 | 38 | F3 | 5F | 17 |
| Octal | 10 | 3 | 161 | 135 | 141 | 0 | 70 | 363 | 137 | 27 |
| Binary | 1000 | 11 | 1110001 | 1011101 | 1100001 | 0 | 111000 | 11110011 | 1011111 | 10111 |
Color Harmonies of #080371
Complementary color
Monochromatic Colors of #080371
Black with #080371
Text Example
Text Example
White with #080371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080371; }
p { color: rgb(8,3,113); }
H1.HeaderClassName
{
color: #080371;
}
.AnyTagClassName
{
color: #080371;
}
</style>
background-color css
<style>
a { background-color: #080371; }
a { background-color: rgb(8,3,113); }
div.DivClassName
{
background-color: #080371;
}
.BgClassName
{
background-color: #080371;
}
</style>
border-color css
<style>
span { border-color: #080371; }
span { border-color: rgb(8,3,113); }
td.TdClassName
{
border-color: #080371;
}
.TagClassName
{
border-color: #080371;
}
</style>