Shades of Navy #080376
Tints of Navy #080376
RGB
CMYK
RGB Variations
Color information
#080376 (or 0x080376) is known color: Navy. HEX triplet: 08, 03 and 76. RGB value is (8,3,118). Sum of RGB (Red+Green+Blue) = 8+3+118=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #080376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080376 is #F7FC89. Grayscale: #111111. Windows color (decimal): -16252042 or 7734024. OLE color: 7734024.
HSL color Cylindrical-coordinate representation of color #080376: hue angle of 242.61º degrees, saturation: 0.95, 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 #080376 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 3 | 118 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.54 |
| HSL | 242.61º | 0.95% | 0.24% | - |
| HSV(B) | 242.61º | 0.97% | 0.46% | - |
| XYZ | 3.4 | 1.42 | 17.24 | - |
| YUV | 17.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 118 | 0.93 | 0.97 | 0 | 0.54 | 242.61 | 0.95 | 0.24 |
| Hex | 8 | 3 | 76 | 5D | 61 | 0 | 36 | F3 | 5F | 18 |
| Octal | 10 | 3 | 166 | 135 | 141 | 0 | 66 | 363 | 137 | 30 |
| Binary | 1000 | 11 | 1110110 | 1011101 | 1100001 | 0 | 110110 | 11110011 | 1011111 | 11000 |
Color Harmonies of #080376
Complementary color
Monochromatic Colors of #080376
Black with #080376
Text Example
Text Example
White with #080376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080376; }
p { color: rgb(8,3,118); }
H1.HeaderClassName
{
color: #080376;
}
.AnyTagClassName
{
color: #080376;
}
</style>
background-color css
<style>
a { background-color: #080376; }
a { background-color: rgb(8,3,118); }
div.DivClassName
{
background-color: #080376;
}
.BgClassName
{
background-color: #080376;
}
</style>
border-color css
<style>
span { border-color: #080376; }
span { border-color: rgb(8,3,118); }
td.TdClassName
{
border-color: #080376;
}
.TagClassName
{
border-color: #080376;
}
</style>