Shades of Navy #07067E
Tints of Navy #07067E
RGB
CMYK
RGB Variations
Color information
#07067E (or 0x07067E) is known color: Navy. HEX triplet: 07, 06 and 7E. RGB value is (7,6,126). Sum of RGB (Red+Green+Blue) = 7+6+126=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #07067E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07067E is #F8F981. Grayscale: #131313. Windows color (decimal): -16316802 or 8259079. OLE color: 8259079.
HSL color Cylindrical-coordinate representation of color #07067E: hue angle of 240.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07067E is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 6 | 126 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.51 |
| HSL | 240.5º | 0.91% | 0.26% | - |
| HSV(B) | 240.5º | 0.95% | 0.49% | - |
| XYZ | 3.92 | 1.68 | 19.86 | - |
| YUV | 19.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 126 | 0.94 | 0.95 | 0 | 0.51 | 240.5 | 0.91 | 0.26 |
| Hex | 7 | 6 | 7E | 5E | 5F | 0 | 33 | F0 | 5B | 1A |
| Octal | 7 | 6 | 176 | 136 | 137 | 0 | 63 | 360 | 133 | 32 |
| Binary | 111 | 110 | 1111110 | 1011110 | 1011111 | 0 | 110011 | 11110000 | 1011011 | 11010 |
Color Harmonies of #07067E
Complementary color
Monochromatic Colors of #07067E
Black with #07067E
Text Example
Text Example
White with #07067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07067E; }
p { color: rgb(7,6,126); }
H1.HeaderClassName
{
color: #07067E;
}
.AnyTagClassName
{
color: #07067E;
}
</style>
background-color css
<style>
a { background-color: #07067E; }
a { background-color: rgb(7,6,126); }
div.DivClassName
{
background-color: #07067E;
}
.BgClassName
{
background-color: #07067E;
}
</style>
border-color css
<style>
span { border-color: #07067E; }
span { border-color: rgb(7,6,126); }
td.TdClassName
{
border-color: #07067E;
}
.TagClassName
{
border-color: #07067E;
}
</style>