Shades of Navy #08046C
Tints of Navy #08046C
RGB
CMYK
RGB Variations
Color information
#08046C (or 0x08046C) is known color: Navy. HEX triplet: 08, 04 and 6C. RGB value is (8,4,108). Sum of RGB (Red+Green+Blue) = 8+4+108=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #08046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08046C is #F7FB93. Grayscale: #101010. Windows color (decimal): -16251796 or 7078920. OLE color: 7078920.
HSL color Cylindrical-coordinate representation of color #08046C: hue angle of 242.31º 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 #08046C is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 4 | 108 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.58 |
| HSL | 242.31º | 0.93% | 0.22% | - |
| HSV(B) | 242.31º | 0.96% | 0.42% | - |
| XYZ | 2.85 | 1.22 | 14.27 | - |
| YUV | 17.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 108 | 0.93 | 0.96 | 0 | 0.58 | 242.31 | 0.93 | 0.22 |
| Hex | 8 | 4 | 6C | 5D | 60 | 0 | 3A | F2 | 5D | 16 |
| Octal | 10 | 4 | 154 | 135 | 140 | 0 | 72 | 362 | 135 | 26 |
| Binary | 1000 | 100 | 1101100 | 1011101 | 1100000 | 0 | 111010 | 11110010 | 1011101 | 10110 |
Color Harmonies of #08046C
Complementary color
Monochromatic Colors of #08046C
Black with #08046C
Text Example
Text Example
White with #08046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08046C; }
p { color: rgb(8,4,108); }
H1.HeaderClassName
{
color: #08046C;
}
.AnyTagClassName
{
color: #08046C;
}
</style>
background-color css
<style>
a { background-color: #08046C; }
a { background-color: rgb(8,4,108); }
div.DivClassName
{
background-color: #08046C;
}
.BgClassName
{
background-color: #08046C;
}
</style>
border-color css
<style>
span { border-color: #08046C; }
span { border-color: rgb(8,4,108); }
td.TdClassName
{
border-color: #08046C;
}
.TagClassName
{
border-color: #08046C;
}
</style>