Shades of Tangaroa #072349
Tints of Tangaroa #072349
RGB
CMYK
RGB Variations
Color information
#072349 (or 0x072349) is known color: Tangaroa. HEX triplet: 07, 23 and 49. RGB value is (7,35,73). Sum of RGB (Red+Green+Blue) = 7+35+73=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #072349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072349 is #F8DCB6. Grayscale: #1E1E1E. Windows color (decimal): -16309431 or 4793095. OLE color: 4793095.
HSL color Cylindrical-coordinate representation of color #072349: hue angle of 214.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072349 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 35 | 73 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.71 |
| HSL | 214.55º | 0.83% | 0.16% | - |
| HSV(B) | 214.55º | 0.9% | 0.29% | - |
| XYZ | 1.89 | 1.73 | 6.54 | - |
| YUV | 30.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 73 | 0.90 | 0.52 | 0 | 0.71 | 214.55 | 0.83 | 0.16 |
| Hex | 7 | 23 | 49 | 5A | 34 | 0 | 47 | D7 | 52 | 10 |
| Octal | 7 | 43 | 111 | 132 | 64 | 0 | 107 | 327 | 122 | 20 |
| Binary | 111 | 100011 | 1001001 | 1011010 | 110100 | 0 | 1000111 | 11010111 | 1010010 | 10000 |
Color Harmonies of #072349
Complementary color
Monochromatic Colors of #072349
Black with #072349
Text Example
Text Example
White with #072349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072349; }
p { color: rgb(7,35,73); }
H1.HeaderClassName
{
color: #072349;
}
.AnyTagClassName
{
color: #072349;
}
</style>
background-color css
<style>
a { background-color: #072349; }
a { background-color: rgb(7,35,73); }
div.DivClassName
{
background-color: #072349;
}
.BgClassName
{
background-color: #072349;
}
</style>
border-color css
<style>
span { border-color: #072349; }
span { border-color: rgb(7,35,73); }
td.TdClassName
{
border-color: #072349;
}
.TagClassName
{
border-color: #072349;
}
</style>