Shades of Navy #070168
Tints of Navy #070168
RGB
CMYK
RGB Variations
Color information
#070168 (or 0x070168) is known color: Navy. HEX triplet: 07, 01 and 68. RGB value is (7,1,104). Sum of RGB (Red+Green+Blue) = 7+1+104=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #070168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070168 is #F8FE97. Grayscale: #0E0E0E. Windows color (decimal): -16318104 or 6816007. OLE color: 6816007.
HSL color Cylindrical-coordinate representation of color #070168: hue angle of 243.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070168 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 1 | 104 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.59 |
| HSL | 243.5º | 0.98% | 0.21% | - |
| HSV(B) | 243.5º | 0.99% | 0.41% | - |
| XYZ | 2.6 | 1.07 | 13.17 | - |
| YUV | 14.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 104 | 0.93 | 0.99 | 0 | 0.59 | 243.5 | 0.98 | 0.21 |
| Hex | 7 | 1 | 68 | 5D | 63 | 0 | 3B | F3 | 62 | 15 |
| Octal | 7 | 1 | 150 | 135 | 143 | 0 | 73 | 363 | 142 | 25 |
| Binary | 111 | 1 | 1101000 | 1011101 | 1100011 | 0 | 111011 | 11110011 | 1100010 | 10101 |
Color Harmonies of #070168
Complementary color
Monochromatic Colors of #070168
Black with #070168
Text Example
Text Example
White with #070168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070168; }
p { color: rgb(7,1,104); }
H1.HeaderClassName
{
color: #070168;
}
.AnyTagClassName
{
color: #070168;
}
</style>
background-color css
<style>
a { background-color: #070168; }
a { background-color: rgb(7,1,104); }
div.DivClassName
{
background-color: #070168;
}
.BgClassName
{
background-color: #070168;
}
</style>
border-color css
<style>
span { border-color: #070168; }
span { border-color: rgb(7,1,104); }
td.TdClassName
{
border-color: #070168;
}
.TagClassName
{
border-color: #070168;
}
</style>