Shades of Navy #08046D
Tints of Navy #08046D
RGB
CMYK
RGB Variations
Color information
#08046D (or 0x08046D) is known color: Navy. HEX triplet: 08, 04 and 6D. RGB value is (8,4,109). Sum of RGB (Red+Green+Blue) = 8+4+109=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #08046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08046D is #F7FB92. Grayscale: #101010. Windows color (decimal): -16251795 or 7144456. OLE color: 7144456.
HSL color Cylindrical-coordinate representation of color #08046D: hue angle of 242.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08046D is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 4 | 109 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.57 |
| HSL | 242.29º | 0.93% | 0.22% | - |
| HSV(B) | 242.29º | 0.96% | 0.43% | - |
| XYZ | 2.9 | 1.24 | 14.55 | - |
| YUV | 17.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 109 | 0.93 | 0.96 | 0 | 0.57 | 242.29 | 0.93 | 0.22 |
| Hex | 8 | 4 | 6D | 5D | 60 | 0 | 39 | F2 | 5D | 16 |
| Octal | 10 | 4 | 155 | 135 | 140 | 0 | 71 | 362 | 135 | 26 |
| Binary | 1000 | 100 | 1101101 | 1011101 | 1100000 | 0 | 111001 | 11110010 | 1011101 | 10110 |
Color Harmonies of #08046D
Complementary color
Monochromatic Colors of #08046D
Black with #08046D
Text Example
Text Example
White with #08046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08046D; }
p { color: rgb(8,4,109); }
H1.HeaderClassName
{
color: #08046D;
}
.AnyTagClassName
{
color: #08046D;
}
</style>
background-color css
<style>
a { background-color: #08046D; }
a { background-color: rgb(8,4,109); }
div.DivClassName
{
background-color: #08046D;
}
.BgClassName
{
background-color: #08046D;
}
</style>
border-color css
<style>
span { border-color: #08046D; }
span { border-color: rgb(8,4,109); }
td.TdClassName
{
border-color: #08046D;
}
.TagClassName
{
border-color: #08046D;
}
</style>