Shades of Tangaroa #072040
Tints of Tangaroa #072040
RGB
CMYK
RGB Variations
Color information
#072040 (or 0x072040) is known color: Tangaroa. HEX triplet: 07, 20 and 40. RGB value is (7,32,64). Sum of RGB (Red+Green+Blue) = 7+32+64=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #072040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072040 is #F8DFBF. Grayscale: #1C1C1C. Windows color (decimal): -16310208 or 4202503. OLE color: 4202503.
HSL color Cylindrical-coordinate representation of color #072040: hue angle of 213.68º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072040 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 32 | 64 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.75 |
| HSL | 213.68º | 0.8% | 0.14% | - |
| HSV(B) | 213.68º | 0.89% | 0.25% | - |
| XYZ | 1.53 | 1.45 | 5.05 | - |
| YUV | 28.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 64 | 0.89 | 0.50 | 0 | 0.75 | 213.68 | 0.8 | 0.14 |
| Hex | 7 | 20 | 40 | 59 | 32 | 0 | 4B | D6 | 50 | E |
| Octal | 7 | 40 | 100 | 131 | 62 | 0 | 113 | 326 | 120 | 16 |
| Binary | 111 | 100000 | 1000000 | 1011001 | 110010 | 0 | 1001011 | 11010110 | 1010000 | 1110 |
Color Harmonies of #072040
Complementary color
Monochromatic Colors of #072040
Black with #072040
Text Example
Text Example
White with #072040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072040; }
p { color: rgb(7,32,64); }
H1.HeaderClassName
{
color: #072040;
}
.AnyTagClassName
{
color: #072040;
}
</style>
background-color css
<style>
a { background-color: #072040; }
a { background-color: rgb(7,32,64); }
div.DivClassName
{
background-color: #072040;
}
.BgClassName
{
background-color: #072040;
}
</style>
border-color css
<style>
span { border-color: #072040; }
span { border-color: rgb(7,32,64); }
td.TdClassName
{
border-color: #072040;
}
.TagClassName
{
border-color: #072040;
}
</style>