Shades of Tangaroa #072346
Tints of Tangaroa #072346
RGB
CMYK
RGB Variations
Color information
#072346 (or 0x072346) is known color: Tangaroa. HEX triplet: 07, 23 and 46. RGB value is (7,35,70). Sum of RGB (Red+Green+Blue) = 7+35+70=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #072346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072346 is #F8DCB9. Grayscale: #1E1E1E. Windows color (decimal): -16309434 or 4596487. OLE color: 4596487.
HSL color Cylindrical-coordinate representation of color #072346: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072346 is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 35 | 70 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.73 |
| HSL | 213.33º | 0.82% | 0.15% | - |
| HSV(B) | 213.33º | 0.9% | 0.27% | - |
| XYZ | 1.79 | 1.69 | 6.03 | - |
| YUV | 30.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 70 | 0.90 | 0.5 | 0 | 0.73 | 213.33 | 0.82 | 0.15 |
| Hex | 7 | 23 | 46 | 5A | 32 | 0 | 49 | D5 | 52 | F |
| Octal | 7 | 43 | 106 | 132 | 62 | 0 | 111 | 325 | 122 | 17 |
| Binary | 111 | 100011 | 1000110 | 1011010 | 110010 | 0 | 1001001 | 11010101 | 1010010 | 1111 |
Color Harmonies of #072346
Complementary color
Monochromatic Colors of #072346
Black with #072346
Text Example
Text Example
White with #072346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072346; }
p { color: rgb(7,35,70); }
H1.HeaderClassName
{
color: #072346;
}
.AnyTagClassName
{
color: #072346;
}
</style>
background-color css
<style>
a { background-color: #072346; }
a { background-color: rgb(7,35,70); }
div.DivClassName
{
background-color: #072346;
}
.BgClassName
{
background-color: #072346;
}
</style>
border-color css
<style>
span { border-color: #072346; }
span { border-color: rgb(7,35,70); }
td.TdClassName
{
border-color: #072346;
}
.TagClassName
{
border-color: #072346;
}
</style>