Shades of Navy #070669
Tints of Navy #070669
RGB
CMYK
RGB Variations
Color information
#070669 (or 0x070669) is known color: Navy. HEX triplet: 07, 06 and 69. RGB value is (7,6,105). Sum of RGB (Red+Green+Blue) = 7+6+105=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 105 (41.41% from 255 or 88.98% from 118); Max value from RGB is 105 - color contains mainly: blue. Hex color #070669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070669 is #F8F996. Grayscale: #111111. Windows color (decimal): -16316823 or 6882823. OLE color: 6882823.
HSL color Cylindrical-coordinate representation of color #070669: hue angle of 240.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070669 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 6 | 105 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.59 |
| HSL | 240.61º | 0.89% | 0.22% | - |
| HSV(B) | 240.61º | 0.94% | 0.41% | - |
| XYZ | 2.7 | 1.2 | 13.45 | - |
| YUV | 17.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 105 | 0.93 | 0.94 | 0 | 0.59 | 240.61 | 0.89 | 0.22 |
| Hex | 7 | 6 | 69 | 5D | 5E | 0 | 3B | F1 | 59 | 16 |
| Octal | 7 | 6 | 151 | 135 | 136 | 0 | 73 | 361 | 131 | 26 |
| Binary | 111 | 110 | 1101001 | 1011101 | 1011110 | 0 | 111011 | 11110001 | 1011001 | 10110 |
Color Harmonies of #070669
Complementary color
Monochromatic Colors of #070669
Black with #070669
Text Example
Text Example
White with #070669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070669; }
p { color: rgb(7,6,105); }
H1.HeaderClassName
{
color: #070669;
}
.AnyTagClassName
{
color: #070669;
}
</style>
background-color css
<style>
a { background-color: #070669; }
a { background-color: rgb(7,6,105); }
div.DivClassName
{
background-color: #070669;
}
.BgClassName
{
background-color: #070669;
}
</style>
border-color css
<style>
span { border-color: #070669; }
span { border-color: rgb(7,6,105); }
td.TdClassName
{
border-color: #070669;
}
.TagClassName
{
border-color: #070669;
}
</style>