Shades of Tangaroa #072941
Tints of Tangaroa #072941
RGB
CMYK
RGB Variations
Color information
#072941 (or 0x072941) is known color: Tangaroa. HEX triplet: 07, 29 and 41. RGB value is (7,41,65). Sum of RGB (Red+Green+Blue) = 7+41+65=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #072941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072941 is #F8D6BE. Grayscale: #212121. Windows color (decimal): -16307903 or 4270343. OLE color: 4270343.
HSL color Cylindrical-coordinate representation of color #072941: hue angle of 204.83º degrees, saturation: 0.81, 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 #072941 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 41 | 65 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.75 |
| HSL | 204.83º | 0.81% | 0.14% | - |
| HSV(B) | 204.83º | 0.89% | 0.25% | - |
| XYZ | 1.83 | 2.01 | 5.29 | - |
| YUV | 33.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 65 | 0.89 | 0.37 | 0 | 0.75 | 204.83 | 0.81 | 0.14 |
| Hex | 7 | 29 | 41 | 59 | 25 | 0 | 4B | CD | 51 | E |
| Octal | 7 | 51 | 101 | 131 | 45 | 0 | 113 | 315 | 121 | 16 |
| Binary | 111 | 101001 | 1000001 | 1011001 | 100101 | 0 | 1001011 | 11001101 | 1010001 | 1110 |
Color Harmonies of #072941
Complementary color
Monochromatic Colors of #072941
Black with #072941
Text Example
Text Example
White with #072941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072941; }
p { color: rgb(7,41,65); }
H1.HeaderClassName
{
color: #072941;
}
.AnyTagClassName
{
color: #072941;
}
</style>
background-color css
<style>
a { background-color: #072941; }
a { background-color: rgb(7,41,65); }
div.DivClassName
{
background-color: #072941;
}
.BgClassName
{
background-color: #072941;
}
</style>
border-color css
<style>
span { border-color: #072941; }
span { border-color: rgb(7,41,65); }
td.TdClassName
{
border-color: #072941;
}
.TagClassName
{
border-color: #072941;
}
</style>