Shades of Tangaroa #072B42
Tints of Tangaroa #072B42
RGB
CMYK
RGB Variations
Color information
#072B42 (or 0x072B42) is known color: Tangaroa. HEX triplet: 07, 2B and 42. RGB value is (7,43,66). Sum of RGB (Red+Green+Blue) = 7+43+66=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #072B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B42 is #F8D4BD. Grayscale: #222222. Windows color (decimal): -16307390 or 4336391. OLE color: 4336391.
HSL color Cylindrical-coordinate representation of color #072B42: hue angle of 203.39º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072B42 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 43 | 66 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.74 |
| HSL | 203.39º | 0.81% | 0.14% | - |
| HSV(B) | 203.39º | 0.89% | 0.26% | - |
| XYZ | 1.93 | 2.17 | 5.47 | - |
| YUV | 34.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 66 | 0.89 | 0.35 | 0 | 0.74 | 203.39 | 0.81 | 0.14 |
| Hex | 7 | 2B | 42 | 59 | 23 | 0 | 4A | CB | 51 | E |
| Octal | 7 | 53 | 102 | 131 | 43 | 0 | 112 | 313 | 121 | 16 |
| Binary | 111 | 101011 | 1000010 | 1011001 | 100011 | 0 | 1001010 | 11001011 | 1010001 | 1110 |
Color Harmonies of #072B42
Complementary color
Monochromatic Colors of #072B42
Black with #072B42
Text Example
Text Example
White with #072B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B42; }
p { color: rgb(7,43,66); }
H1.HeaderClassName
{
color: #072B42;
}
.AnyTagClassName
{
color: #072B42;
}
</style>
background-color css
<style>
a { background-color: #072B42; }
a { background-color: rgb(7,43,66); }
div.DivClassName
{
background-color: #072B42;
}
.BgClassName
{
background-color: #072B42;
}
</style>
border-color css
<style>
span { border-color: #072B42; }
span { border-color: rgb(7,43,66); }
td.TdClassName
{
border-color: #072B42;
}
.TagClassName
{
border-color: #072B42;
}
</style>