Shades of Tangaroa #072C39
Tints of Tangaroa #072C39
RGB
CMYK
RGB Variations
Color information
#072C39 (or 0x072C39) is known color: Tangaroa. HEX triplet: 07, 2C and 39. RGB value is (7,44,57). Sum of RGB (Red+Green+Blue) = 7+44+57=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #072C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C39 is #F8D3C6. Grayscale: #222222. Windows color (decimal): -16307143 or 3746823. OLE color: 3746823.
HSL color Cylindrical-coordinate representation of color #072C39: hue angle of 195.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072C39 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 44 | 57 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.78 |
| HSL | 195.6º | 0.78% | 0.13% | - |
| HSV(B) | 195.6º | 0.88% | 0.22% | - |
| XYZ | 1.73 | 2.14 | 4.19 | - |
| YUV | 34.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 57 | 0.88 | 0.23 | 0 | 0.78 | 195.6 | 0.78 | 0.13 |
| Hex | 7 | 2C | 39 | 58 | 17 | 0 | 4E | C4 | 4E | D |
| Octal | 7 | 54 | 71 | 130 | 27 | 0 | 116 | 304 | 116 | 15 |
| Binary | 111 | 101100 | 111001 | 1011000 | 10111 | 0 | 1001110 | 11000100 | 1001110 | 1101 |
Color Harmonies of #072C39
Complementary color
Monochromatic Colors of #072C39
Black with #072C39
Text Example
Text Example
White with #072C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C39; }
p { color: rgb(7,44,57); }
H1.HeaderClassName
{
color: #072C39;
}
.AnyTagClassName
{
color: #072C39;
}
</style>
background-color css
<style>
a { background-color: #072C39; }
a { background-color: rgb(7,44,57); }
div.DivClassName
{
background-color: #072C39;
}
.BgClassName
{
background-color: #072C39;
}
</style>
border-color css
<style>
span { border-color: #072C39; }
span { border-color: rgb(7,44,57); }
td.TdClassName
{
border-color: #072C39;
}
.TagClassName
{
border-color: #072C39;
}
</style>