Shades of Navy #08046A
Tints of Navy #08046A
RGB
CMYK
RGB Variations
Color information
#08046A (or 0x08046A) is known color: Navy. HEX triplet: 08, 04 and 6A. RGB value is (8,4,106). Sum of RGB (Red+Green+Blue) = 8+4+106=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #08046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08046A is #F7FB95. Grayscale: #101010. Windows color (decimal): -16251798 or 6947848. OLE color: 6947848.
HSL color Cylindrical-coordinate representation of color #08046A: hue angle of 242.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08046A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 4 | 106 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.58 |
| HSL | 242.35º | 0.93% | 0.22% | - |
| HSV(B) | 242.35º | 0.96% | 0.42% | - |
| XYZ | 2.75 | 1.18 | 13.72 | - |
| YUV | 16.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 106 | 0.92 | 0.96 | 0 | 0.58 | 242.35 | 0.93 | 0.22 |
| Hex | 8 | 4 | 6A | 5C | 60 | 0 | 3A | F2 | 5D | 16 |
| Octal | 10 | 4 | 152 | 134 | 140 | 0 | 72 | 362 | 135 | 26 |
| Binary | 1000 | 100 | 1101010 | 1011100 | 1100000 | 0 | 111010 | 11110010 | 1011101 | 10110 |
Color Harmonies of #08046A
Complementary color
Monochromatic Colors of #08046A
Black with #08046A
Text Example
Text Example
White with #08046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08046A; }
p { color: rgb(8,4,106); }
H1.HeaderClassName
{
color: #08046A;
}
.AnyTagClassName
{
color: #08046A;
}
</style>
background-color css
<style>
a { background-color: #08046A; }
a { background-color: rgb(8,4,106); }
div.DivClassName
{
background-color: #08046A;
}
.BgClassName
{
background-color: #08046A;
}
</style>
border-color css
<style>
span { border-color: #08046A; }
span { border-color: rgb(8,4,106); }
td.TdClassName
{
border-color: #08046A;
}
.TagClassName
{
border-color: #08046A;
}
</style>