Shades of Navy #081077
Tints of Navy #081077
RGB
CMYK
RGB Variations
Color information
#081077 (or 0x081077) is known color: Navy. HEX triplet: 08, 10 and 77. RGB value is (8,16,119). Sum of RGB (Red+Green+Blue) = 8+16+119=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #081077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081077 is #F7EF88. Grayscale: #181818. Windows color (decimal): -16248713 or 7802888. OLE color: 7802888.
HSL color Cylindrical-coordinate representation of color #081077: hue angle of 235.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081077 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 16 | 119 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.53 |
| HSL | 235.68º | 0.87% | 0.25% | - |
| HSV(B) | 235.68º | 0.93% | 0.47% | - |
| XYZ | 3.62 | 1.75 | 17.6 | - |
| YUV | 25.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 119 | 0.93 | 0.87 | 0 | 0.53 | 235.68 | 0.87 | 0.25 |
| Hex | 8 | 10 | 77 | 5D | 57 | 0 | 35 | EC | 57 | 19 |
| Octal | 10 | 20 | 167 | 135 | 127 | 0 | 65 | 354 | 127 | 31 |
| Binary | 1000 | 10000 | 1110111 | 1011101 | 1010111 | 0 | 110101 | 11101100 | 1010111 | 11001 |
Color Harmonies of #081077
Complementary color
Monochromatic Colors of #081077
Black with #081077
Text Example
Text Example
White with #081077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081077; }
p { color: rgb(8,16,119); }
H1.HeaderClassName
{
color: #081077;
}
.AnyTagClassName
{
color: #081077;
}
</style>
background-color css
<style>
a { background-color: #081077; }
a { background-color: rgb(8,16,119); }
div.DivClassName
{
background-color: #081077;
}
.BgClassName
{
background-color: #081077;
}
</style>
border-color css
<style>
span { border-color: #081077; }
span { border-color: rgb(8,16,119); }
td.TdClassName
{
border-color: #081077;
}
.TagClassName
{
border-color: #081077;
}
</style>