Shades of Navy #080781
Tints of Navy #080781
RGB
CMYK
RGB Variations
Color information
#080781 (or 0x080781) is known color: Navy. HEX triplet: 08, 07 and 81. RGB value is (8,7,129). Sum of RGB (Red+Green+Blue) = 8+7+129=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 129 (50.78% from 255 or 89.58% from 144); Max value from RGB is 129 - color contains mainly: blue. Hex color #080781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080781 is #F7F87E. Grayscale: #141414. Windows color (decimal): -16251007 or 8455944. OLE color: 8455944.
HSL color Cylindrical-coordinate representation of color #080781: hue angle of 240.49º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080781 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 7 | 129 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.49 |
| HSL | 240.49º | 0.9% | 0.27% | - |
| HSV(B) | 240.49º | 0.95% | 0.51% | - |
| XYZ | 4.14 | 1.79 | 20.9 | - |
| YUV | 21.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 129 | 0.94 | 0.95 | 0 | 0.49 | 240.49 | 0.9 | 0.27 |
| Hex | 8 | 7 | 81 | 5E | 5F | 0 | 31 | F0 | 5A | 1B |
| Octal | 10 | 7 | 201 | 136 | 137 | 0 | 61 | 360 | 132 | 33 |
| Binary | 1000 | 111 | 10000001 | 1011110 | 1011111 | 0 | 110001 | 11110000 | 1011010 | 11011 |
Color Harmonies of #080781
Complementary color
Monochromatic Colors of #080781
Black with #080781
Text Example
Text Example
White with #080781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080781; }
p { color: rgb(8,7,129); }
H1.HeaderClassName
{
color: #080781;
}
.AnyTagClassName
{
color: #080781;
}
</style>
background-color css
<style>
a { background-color: #080781; }
a { background-color: rgb(8,7,129); }
div.DivClassName
{
background-color: #080781;
}
.BgClassName
{
background-color: #080781;
}
</style>
border-color css
<style>
span { border-color: #080781; }
span { border-color: rgb(8,7,129); }
td.TdClassName
{
border-color: #080781;
}
.TagClassName
{
border-color: #080781;
}
</style>