Shades of Tangaroa #072345
Tints of Tangaroa #072345
RGB
CMYK
RGB Variations
Color information
#072345 (or 0x072345) is known color: Tangaroa. HEX triplet: 07, 23 and 45. RGB value is (7,35,69). Sum of RGB (Red+Green+Blue) = 7+35+69=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #072345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072345 is #F8DCBA. Grayscale: #1E1E1E. Windows color (decimal): -16309435 or 4530951. OLE color: 4530951.
HSL color Cylindrical-coordinate representation of color #072345: hue angle of 212.9º 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 #072345 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 35 | 69 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.73 |
| HSL | 212.9º | 0.82% | 0.15% | - |
| HSV(B) | 212.9º | 0.9% | 0.27% | - |
| XYZ | 1.76 | 1.68 | 5.86 | - |
| YUV | 30.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 69 | 0.90 | 0.49 | 0 | 0.73 | 212.9 | 0.82 | 0.15 |
| Hex | 7 | 23 | 45 | 5A | 31 | 0 | 49 | D5 | 52 | F |
| Octal | 7 | 43 | 105 | 132 | 61 | 0 | 111 | 325 | 122 | 17 |
| Binary | 111 | 100011 | 1000101 | 1011010 | 110001 | 0 | 1001001 | 11010101 | 1010010 | 1111 |
Color Harmonies of #072345
Complementary color
Monochromatic Colors of #072345
Black with #072345
Text Example
Text Example
White with #072345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072345; }
p { color: rgb(7,35,69); }
H1.HeaderClassName
{
color: #072345;
}
.AnyTagClassName
{
color: #072345;
}
</style>
background-color css
<style>
a { background-color: #072345; }
a { background-color: rgb(7,35,69); }
div.DivClassName
{
background-color: #072345;
}
.BgClassName
{
background-color: #072345;
}
</style>
border-color css
<style>
span { border-color: #072345; }
span { border-color: rgb(7,35,69); }
td.TdClassName
{
border-color: #072345;
}
.TagClassName
{
border-color: #072345;
}
</style>