Shades of Navy #080068
Tints of Navy #080068
RGB
CMYK
RGB Variations
Color information
#080068 (or 0x080068) is known color: Navy. HEX triplet: 08, 00 and 68. RGB value is (8,0,104). Sum of RGB (Red+Green+Blue) = 8+0+104=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #080068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080068 is #F7FF97. Grayscale: #0D0D0D. Windows color (decimal): -16252824 or 6815752. OLE color: 6815752.
HSL color Cylindrical-coordinate representation of color #080068: hue angle of 244.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080068 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 0 | 104 | - |
| CMYK | 0.92 | 1 | 0 | 0.59 |
| HSL | 244.62º | 1% | 0.2% | - |
| HSV(B) | 244.62º | 1% | 0.41% | - |
| XYZ | 2.6 | 1.05 | 13.16 | - |
| YUV | 14.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 104 | 0.92 | 1 | 0 | 0.59 | 244.62 | 1 | 0.2 |
| Hex | 8 | 0 | 68 | 5C | 64 | 0 | 3B | F5 | 64 | 14 |
| Octal | 10 | 0 | 150 | 134 | 144 | 0 | 73 | 365 | 144 | 24 |
| Binary | 1000 | 0 | 1101000 | 1011100 | 1100100 | 0 | 111011 | 11110101 | 1100100 | 10100 |
Color Harmonies of #080068
Complementary color
Monochromatic Colors of #080068
Black with #080068
Text Example
Text Example
White with #080068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080068; }
p { color: rgb(8,0,104); }
H1.HeaderClassName
{
color: #080068;
}
.AnyTagClassName
{
color: #080068;
}
</style>
background-color css
<style>
a { background-color: #080068; }
a { background-color: rgb(8,0,104); }
div.DivClassName
{
background-color: #080068;
}
.BgClassName
{
background-color: #080068;
}
</style>
border-color css
<style>
span { border-color: #080068; }
span { border-color: rgb(8,0,104); }
td.TdClassName
{
border-color: #080068;
}
.TagClassName
{
border-color: #080068;
}
</style>