Shades of Navy #081082
Tints of Navy #081082
RGB
CMYK
RGB Variations
Color information
#081082 (or 0x081082) is known color: Navy. HEX triplet: 08, 10 and 82. RGB value is (8,16,130). Sum of RGB (Red+Green+Blue) = 8+16+130=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 130 (51.17% from 255 or 84.42% from 154); Max value from RGB is 130 - color contains mainly: blue. Hex color #081082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081082 is #F7EF7D. Grayscale: #1A1A1A. Windows color (decimal): -16248702 or 8523784. OLE color: 8523784.
HSL color Cylindrical-coordinate representation of color #081082: hue angle of 236.07º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081082 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 16 | 130 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.49 |
| HSL | 236.07º | 0.88% | 0.27% | - |
| HSV(B) | 236.07º | 0.94% | 0.51% | - |
| XYZ | 4.31 | 2.03 | 21.28 | - |
| YUV | 26.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 130 | 0.94 | 0.88 | 0 | 0.49 | 236.07 | 0.88 | 0.27 |
| Hex | 8 | 10 | 82 | 5E | 58 | 0 | 31 | EC | 58 | 1B |
| Octal | 10 | 20 | 202 | 136 | 130 | 0 | 61 | 354 | 130 | 33 |
| Binary | 1000 | 10000 | 10000010 | 1011110 | 1011000 | 0 | 110001 | 11101100 | 1011000 | 11011 |
Color Harmonies of #081082
Complementary color
Monochromatic Colors of #081082
Black with #081082
Text Example
Text Example
White with #081082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081082; }
p { color: rgb(8,16,130); }
H1.HeaderClassName
{
color: #081082;
}
.AnyTagClassName
{
color: #081082;
}
</style>
background-color css
<style>
a { background-color: #081082; }
a { background-color: rgb(8,16,130); }
div.DivClassName
{
background-color: #081082;
}
.BgClassName
{
background-color: #081082;
}
</style>
border-color css
<style>
span { border-color: #081082; }
span { border-color: rgb(8,16,130); }
td.TdClassName
{
border-color: #081082;
}
.TagClassName
{
border-color: #081082;
}
</style>