Shades of Navy #080065
Tints of Navy #080065
RGB
CMYK
RGB Variations
Color information
#080065 (or 0x080065) is known color: Navy. HEX triplet: 08, 00 and 65. RGB value is (8,0,101). Sum of RGB (Red+Green+Blue) = 8+0+101=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 101 (39.84% from 255 or 92.66% from 109); Max value from RGB is 101 - color contains mainly: blue. Hex color #080065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080065 is #F7FF9A. Grayscale: #0D0D0D. Windows color (decimal): -16252827 or 6619144. OLE color: 6619144.
HSL color Cylindrical-coordinate representation of color #080065: hue angle of 244.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080065 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 0 | 101 | - |
| CMYK | 0.92 | 1 | 0 | 0.60 |
| HSL | 244.75º | 1% | 0.2% | - |
| HSV(B) | 244.75º | 1% | 0.4% | - |
| XYZ | 2.45 | 0.99 | 12.37 | - |
| YUV | 13.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 101 | 0.92 | 1 | 0 | 0.60 | 244.75 | 1 | 0.2 |
| Hex | 8 | 0 | 65 | 5C | 64 | 0 | 3C | F5 | 64 | 14 |
| Octal | 10 | 0 | 145 | 134 | 144 | 0 | 74 | 365 | 144 | 24 |
| Binary | 1000 | 0 | 1100101 | 1011100 | 1100100 | 0 | 111100 | 11110101 | 1100100 | 10100 |
Color Harmonies of #080065
Complementary color
Monochromatic Colors of #080065
Black with #080065
Text Example
Text Example
White with #080065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080065; }
p { color: rgb(8,0,101); }
H1.HeaderClassName
{
color: #080065;
}
.AnyTagClassName
{
color: #080065;
}
</style>
background-color css
<style>
a { background-color: #080065; }
a { background-color: rgb(8,0,101); }
div.DivClassName
{
background-color: #080065;
}
.BgClassName
{
background-color: #080065;
}
</style>
border-color css
<style>
span { border-color: #080065; }
span { border-color: rgb(8,0,101); }
td.TdClassName
{
border-color: #080065;
}
.TagClassName
{
border-color: #080065;
}
</style>