Shades of Navy #070068
Tints of Navy #070068
RGB
CMYK
RGB Variations
Color information
#070068 (or 0x070068) is known color: Navy. HEX triplet: 07, 00 and 68. RGB value is (7,0,104). Sum of RGB (Red+Green+Blue) = 7+0+104=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #070068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070068 is #F8FF97. Grayscale: #0D0D0D. Windows color (decimal): -16318360 or 6815751. OLE color: 6815751.
HSL color Cylindrical-coordinate representation of color #070068: hue angle of 244.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070068 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 0 | 104 | - |
| CMYK | 0.93 | 1 | 0 | 0.59 |
| HSL | 244.04º | 1% | 0.2% | - |
| HSV(B) | 244.04º | 1% | 0.41% | - |
| XYZ | 2.59 | 1.04 | 13.16 | - |
| YUV | 13.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 104 | 0.93 | 1 | 0 | 0.59 | 244.04 | 1 | 0.2 |
| Hex | 7 | 0 | 68 | 5D | 64 | 0 | 3B | F4 | 64 | 14 |
| Octal | 7 | 0 | 150 | 135 | 144 | 0 | 73 | 364 | 144 | 24 |
| Binary | 111 | 0 | 1101000 | 1011101 | 1100100 | 0 | 111011 | 11110100 | 1100100 | 10100 |
Color Harmonies of #070068
Complementary color
Monochromatic Colors of #070068
Black with #070068
Text Example
Text Example
White with #070068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070068; }
p { color: rgb(7,0,104); }
H1.HeaderClassName
{
color: #070068;
}
.AnyTagClassName
{
color: #070068;
}
</style>
background-color css
<style>
a { background-color: #070068; }
a { background-color: rgb(7,0,104); }
div.DivClassName
{
background-color: #070068;
}
.BgClassName
{
background-color: #070068;
}
</style>
border-color css
<style>
span { border-color: #070068; }
span { border-color: rgb(7,0,104); }
td.TdClassName
{
border-color: #070068;
}
.TagClassName
{
border-color: #070068;
}
</style>