Shades of Navy #080061
Tints of Navy #080061
RGB
CMYK
RGB Variations
Color information
#080061 (or 0x080061) is known color: Navy. HEX triplet: 08, 00 and 61. RGB value is (8,0,97). Sum of RGB (Red+Green+Blue) = 8+0+97=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 97 (38.28% from 255 or 92.38% from 105); Max value from RGB is 97 - color contains mainly: blue. Hex color #080061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080061 is #F7FF9E. Grayscale: #0D0D0D. Windows color (decimal): -16252831 or 6357000. OLE color: 6357000.
HSL color Cylindrical-coordinate representation of color #080061: hue angle of 244.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080061 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 0 | 97 | - |
| CMYK | 0.92 | 1 | 0 | 0.62 |
| HSL | 244.95º | 1% | 0.19% | - |
| HSV(B) | 244.95º | 1% | 0.38% | - |
| XYZ | 2.26 | 0.91 | 11.37 | - |
| YUV | 13.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 97 | 0.92 | 1 | 0 | 0.62 | 244.95 | 1 | 0.19 |
| Hex | 8 | 0 | 61 | 5C | 64 | 0 | 3E | F5 | 64 | 13 |
| Octal | 10 | 0 | 141 | 134 | 144 | 0 | 76 | 365 | 144 | 23 |
| Binary | 1000 | 0 | 1100001 | 1011100 | 1100100 | 0 | 111110 | 11110101 | 1100100 | 10011 |
Color Harmonies of #080061
Complementary color
Monochromatic Colors of #080061
Black with #080061
Text Example
Text Example
White with #080061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080061; }
p { color: rgb(8,0,97); }
H1.HeaderClassName
{
color: #080061;
}
.AnyTagClassName
{
color: #080061;
}
</style>
background-color css
<style>
a { background-color: #080061; }
a { background-color: rgb(8,0,97); }
div.DivClassName
{
background-color: #080061;
}
.BgClassName
{
background-color: #080061;
}
</style>
border-color css
<style>
span { border-color: #080061; }
span { border-color: rgb(8,0,97); }
td.TdClassName
{
border-color: #080061;
}
.TagClassName
{
border-color: #080061;
}
</style>