Shades of Navy #080F81
Tints of Navy #080F81
RGB
CMYK
RGB Variations
Color information
#080F81 (or 0x080F81) is known color: Navy. HEX triplet: 08, 0F and 81. RGB value is (8,15,129). Sum of RGB (Red+Green+Blue) = 8+15+129=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #080F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F81 is #F7F07E. Grayscale: #191919. Windows color (decimal): -16248959 or 8457992. OLE color: 8457992.
HSL color Cylindrical-coordinate representation of color #080F81: hue angle of 236.53º 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 #080F81 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 15 | 129 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.49 |
| HSL | 236.53º | 0.88% | 0.27% | - |
| HSV(B) | 236.53º | 0.94% | 0.51% | - |
| XYZ | 4.23 | 1.98 | 20.93 | - |
| YUV | 25.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 129 | 0.94 | 0.88 | 0 | 0.49 | 236.53 | 0.88 | 0.27 |
| Hex | 8 | F | 81 | 5E | 58 | 0 | 31 | ED | 58 | 1B |
| Octal | 10 | 17 | 201 | 136 | 130 | 0 | 61 | 355 | 130 | 33 |
| Binary | 1000 | 1111 | 10000001 | 1011110 | 1011000 | 0 | 110001 | 11101101 | 1011000 | 11011 |
Color Harmonies of #080F81
Complementary color
Monochromatic Colors of #080F81
Black with #080F81
Text Example
Text Example
White with #080F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F81; }
p { color: rgb(8,15,129); }
H1.HeaderClassName
{
color: #080F81;
}
.AnyTagClassName
{
color: #080F81;
}
</style>
background-color css
<style>
a { background-color: #080F81; }
a { background-color: rgb(8,15,129); }
div.DivClassName
{
background-color: #080F81;
}
.BgClassName
{
background-color: #080F81;
}
</style>
border-color css
<style>
span { border-color: #080F81; }
span { border-color: rgb(8,15,129); }
td.TdClassName
{
border-color: #080F81;
}
.TagClassName
{
border-color: #080F81;
}
</style>