Shades of Navy #081081
Tints of Navy #081081
RGB
CMYK
RGB Variations
Color information
#081081 (or 0x081081) is known color: Navy. HEX triplet: 08, 10 and 81. RGB value is (8,16,129). Sum of RGB (Red+Green+Blue) = 8+16+129=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #081081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081081 is #F7EF7E. Grayscale: #1A1A1A. Windows color (decimal): -16248703 or 8458248. OLE color: 8458248.
HSL color Cylindrical-coordinate representation of color #081081: hue angle of 236.03º 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 #081081 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 16 | 129 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.49 |
| HSL | 236.03º | 0.88% | 0.27% | - |
| HSV(B) | 236.03º | 0.94% | 0.51% | - |
| XYZ | 4.25 | 2.01 | 20.93 | - |
| YUV | 26.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 129 | 0.94 | 0.88 | 0 | 0.49 | 236.03 | 0.88 | 0.27 |
| Hex | 8 | 10 | 81 | 5E | 58 | 0 | 31 | EC | 58 | 1B |
| Octal | 10 | 20 | 201 | 136 | 130 | 0 | 61 | 354 | 130 | 33 |
| Binary | 1000 | 10000 | 10000001 | 1011110 | 1011000 | 0 | 110001 | 11101100 | 1011000 | 11011 |
Color Harmonies of #081081
Complementary color
Monochromatic Colors of #081081
Black with #081081
Text Example
Text Example
White with #081081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081081; }
p { color: rgb(8,16,129); }
H1.HeaderClassName
{
color: #081081;
}
.AnyTagClassName
{
color: #081081;
}
</style>
background-color css
<style>
a { background-color: #081081; }
a { background-color: rgb(8,16,129); }
div.DivClassName
{
background-color: #081081;
}
.BgClassName
{
background-color: #081081;
}
</style>
border-color css
<style>
span { border-color: #081081; }
span { border-color: rgb(8,16,129); }
td.TdClassName
{
border-color: #081081;
}
.TagClassName
{
border-color: #081081;
}
</style>