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