Shades of Navy #08047F
Tints of Navy #08047F
RGB
CMYK
RGB Variations
Color information
#08047F (or 0x08047F) is known color: Navy. HEX triplet: 08, 04 and 7F. RGB value is (8,4,127). Sum of RGB (Red+Green+Blue) = 8+4+127=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 127 (50% from 255 or 91.37% from 139); Max value from RGB is 127 - color contains mainly: blue. Hex color #08047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08047F is #F7FB80. Grayscale: #121212. Windows color (decimal): -16251777 or 8324104. OLE color: 8324104.
HSL color Cylindrical-coordinate representation of color #08047F: hue angle of 241.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08047F is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 4 | 127 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.50 |
| HSL | 241.95º | 0.94% | 0.26% | - |
| HSV(B) | 241.95º | 0.97% | 0.5% | - |
| XYZ | 3.97 | 1.67 | 20.19 | - |
| YUV | 19.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 127 | 0.94 | 0.97 | 0 | 0.50 | 241.95 | 0.94 | 0.26 |
| Hex | 8 | 4 | 7F | 5E | 61 | 0 | 32 | F2 | 5E | 1A |
| Octal | 10 | 4 | 177 | 136 | 141 | 0 | 62 | 362 | 136 | 32 |
| Binary | 1000 | 100 | 1111111 | 1011110 | 1100001 | 0 | 110010 | 11110010 | 1011110 | 11010 |
Color Harmonies of #08047F
Complementary color
Monochromatic Colors of #08047F
Black with #08047F
Text Example
Text Example
White with #08047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08047F; }
p { color: rgb(8,4,127); }
H1.HeaderClassName
{
color: #08047F;
}
.AnyTagClassName
{
color: #08047F;
}
</style>
background-color css
<style>
a { background-color: #08047F; }
a { background-color: rgb(8,4,127); }
div.DivClassName
{
background-color: #08047F;
}
.BgClassName
{
background-color: #08047F;
}
</style>
border-color css
<style>
span { border-color: #08047F; }
span { border-color: rgb(8,4,127); }
td.TdClassName
{
border-color: #08047F;
}
.TagClassName
{
border-color: #08047F;
}
</style>