Shades of Tangaroa #072549
Tints of Tangaroa #072549
RGB
CMYK
RGB Variations
Color information
#072549 (or 0x072549) is known color: Tangaroa. HEX triplet: 07, 25 and 49. RGB value is (7,37,73). Sum of RGB (Red+Green+Blue) = 7+37+73=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #072549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072549 is #F8DAB6. Grayscale: #1F1F1F. Windows color (decimal): -16308919 or 4793607. OLE color: 4793607.
HSL color Cylindrical-coordinate representation of color #072549: hue angle of 212.73º 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 #072549 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 37 | 73 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.71 |
| HSL | 212.73º | 0.83% | 0.16% | - |
| HSV(B) | 212.73º | 0.9% | 0.29% | - |
| XYZ | 1.95 | 1.85 | 6.56 | - |
| YUV | 32.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 73 | 0.90 | 0.49 | 0 | 0.71 | 212.73 | 0.83 | 0.16 |
| Hex | 7 | 25 | 49 | 5A | 31 | 0 | 47 | D5 | 52 | 10 |
| Octal | 7 | 45 | 111 | 132 | 61 | 0 | 107 | 325 | 122 | 20 |
| Binary | 111 | 100101 | 1001001 | 1011010 | 110001 | 0 | 1000111 | 11010101 | 1010010 | 10000 |
Color Harmonies of #072549
Complementary color
Monochromatic Colors of #072549
Black with #072549
Text Example
Text Example
White with #072549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072549; }
p { color: rgb(7,37,73); }
H1.HeaderClassName
{
color: #072549;
}
.AnyTagClassName
{
color: #072549;
}
</style>
background-color css
<style>
a { background-color: #072549; }
a { background-color: rgb(7,37,73); }
div.DivClassName
{
background-color: #072549;
}
.BgClassName
{
background-color: #072549;
}
</style>
border-color css
<style>
span { border-color: #072549; }
span { border-color: rgb(7,37,73); }
td.TdClassName
{
border-color: #072549;
}
.TagClassName
{
border-color: #072549;
}
</style>