Shades of Navy #08067F
Tints of Navy #08067F
RGB
CMYK
RGB Variations
Color information
#08067F (or 0x08067F) is known color: Navy. HEX triplet: 08, 06 and 7F. RGB value is (8,6,127). Sum of RGB (Red+Green+Blue) = 8+6+127=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #08067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08067F is #F7F980. Grayscale: #131313. Windows color (decimal): -16251265 or 8324616. OLE color: 8324616.
HSL color Cylindrical-coordinate representation of color #08067F: hue angle of 240.99º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08067F is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 6 | 127 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.50 |
| HSL | 240.99º | 0.91% | 0.26% | - |
| HSV(B) | 240.99º | 0.95% | 0.5% | - |
| XYZ | 4 | 1.71 | 20.2 | - |
| YUV | 20.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 127 | 0.94 | 0.95 | 0 | 0.50 | 240.99 | 0.91 | 0.26 |
| Hex | 8 | 6 | 7F | 5E | 5F | 0 | 32 | F1 | 5B | 1A |
| Octal | 10 | 6 | 177 | 136 | 137 | 0 | 62 | 361 | 133 | 32 |
| Binary | 1000 | 110 | 1111111 | 1011110 | 1011111 | 0 | 110010 | 11110001 | 1011011 | 11010 |
Color Harmonies of #08067F
Complementary color
Monochromatic Colors of #08067F
Black with #08067F
Text Example
Text Example
White with #08067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08067F; }
p { color: rgb(8,6,127); }
H1.HeaderClassName
{
color: #08067F;
}
.AnyTagClassName
{
color: #08067F;
}
</style>
background-color css
<style>
a { background-color: #08067F; }
a { background-color: rgb(8,6,127); }
div.DivClassName
{
background-color: #08067F;
}
.BgClassName
{
background-color: #08067F;
}
</style>
border-color css
<style>
span { border-color: #08067F; }
span { border-color: rgb(8,6,127); }
td.TdClassName
{
border-color: #08067F;
}
.TagClassName
{
border-color: #08067F;
}
</style>