Shades of Navy #08066A
Tints of Navy #08066A
RGB
CMYK
RGB Variations
Color information
#08066A (or 0x08066A) is known color: Navy. HEX triplet: 08, 06 and 6A. RGB value is (8,6,106). Sum of RGB (Red+Green+Blue) = 8+6+106=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 106 (41.80% from 255 or 88.33% from 120); Max value from RGB is 106 - color contains mainly: blue. Hex color #08066A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08066A is #F7F995. Grayscale: #111111. Windows color (decimal): -16251286 or 6948360. OLE color: 6948360.
HSL color Cylindrical-coordinate representation of color #08066A: hue angle of 241.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08066A is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 6 | 106 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.58 |
| HSL | 241.2º | 0.89% | 0.22% | - |
| HSV(B) | 241.2º | 0.94% | 0.42% | - |
| XYZ | 2.77 | 1.22 | 13.73 | - |
| YUV | 18 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 106 | 0.92 | 0.94 | 0 | 0.58 | 241.2 | 0.89 | 0.22 |
| Hex | 8 | 6 | 6A | 5C | 5E | 0 | 3A | F1 | 59 | 16 |
| Octal | 10 | 6 | 152 | 134 | 136 | 0 | 72 | 361 | 131 | 26 |
| Binary | 1000 | 110 | 1101010 | 1011100 | 1011110 | 0 | 111010 | 11110001 | 1011001 | 10110 |
Color Harmonies of #08066A
Complementary color
Monochromatic Colors of #08066A
Black with #08066A
Text Example
Text Example
White with #08066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08066A; }
p { color: rgb(8,6,106); }
H1.HeaderClassName
{
color: #08066A;
}
.AnyTagClassName
{
color: #08066A;
}
</style>
background-color css
<style>
a { background-color: #08066A; }
a { background-color: rgb(8,6,106); }
div.DivClassName
{
background-color: #08066A;
}
.BgClassName
{
background-color: #08066A;
}
</style>
border-color css
<style>
span { border-color: #08066A; }
span { border-color: rgb(8,6,106); }
td.TdClassName
{
border-color: #08066A;
}
.TagClassName
{
border-color: #08066A;
}
</style>