Shades of Navy #08047B
Tints of Navy #08047B
RGB
CMYK
RGB Variations
Color information
#08047B (or 0x08047B) is known color: Navy. HEX triplet: 08, 04 and 7B. RGB value is (8,4,123). Sum of RGB (Red+Green+Blue) = 8+4+123=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 123 (48.44% from 255 or 91.11% from 135); Max value from RGB is 123 - color contains mainly: blue. Hex color #08047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08047B is #F7FB84. Grayscale: #121212. Windows color (decimal): -16251781 or 8061960. OLE color: 8061960.
HSL color Cylindrical-coordinate representation of color #08047B: hue angle of 242.02º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08047B is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 4 | 123 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.52 |
| HSL | 242.02º | 0.94% | 0.25% | - |
| HSV(B) | 242.02º | 0.97% | 0.48% | - |
| XYZ | 3.72 | 1.57 | 18.85 | - |
| YUV | 18.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 123 | 0.93 | 0.97 | 0 | 0.52 | 242.02 | 0.94 | 0.25 |
| Hex | 8 | 4 | 7B | 5D | 61 | 0 | 34 | F2 | 5E | 19 |
| Octal | 10 | 4 | 173 | 135 | 141 | 0 | 64 | 362 | 136 | 31 |
| Binary | 1000 | 100 | 1111011 | 1011101 | 1100001 | 0 | 110100 | 11110010 | 1011110 | 11001 |
Color Harmonies of #08047B
Complementary color
Monochromatic Colors of #08047B
Black with #08047B
Text Example
Text Example
White with #08047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08047B; }
p { color: rgb(8,4,123); }
H1.HeaderClassName
{
color: #08047B;
}
.AnyTagClassName
{
color: #08047B;
}
</style>
background-color css
<style>
a { background-color: #08047B; }
a { background-color: rgb(8,4,123); }
div.DivClassName
{
background-color: #08047B;
}
.BgClassName
{
background-color: #08047B;
}
</style>
border-color css
<style>
span { border-color: #08047B; }
span { border-color: rgb(8,4,123); }
td.TdClassName
{
border-color: #08047B;
}
.TagClassName
{
border-color: #08047B;
}
</style>