Shades of Tangaroa #072245
Tints of Tangaroa #072245
RGB
CMYK
RGB Variations
Color information
#072245 (or 0x072245) is known color: Tangaroa. HEX triplet: 07, 22 and 45. RGB value is (7,34,69). Sum of RGB (Red+Green+Blue) = 7+34+69=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #072245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072245 is #F8DDBA. Grayscale: #1D1D1D. Windows color (decimal): -16309691 or 4530695. OLE color: 4530695.
HSL color Cylindrical-coordinate representation of color #072245: hue angle of 213.87º 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 #072245 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 34 | 69 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.73 |
| HSL | 213.87º | 0.82% | 0.15% | - |
| HSV(B) | 213.87º | 0.9% | 0.27% | - |
| XYZ | 1.73 | 1.62 | 5.85 | - |
| YUV | 29.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 69 | 0.90 | 0.51 | 0 | 0.73 | 213.87 | 0.82 | 0.15 |
| Hex | 7 | 22 | 45 | 5A | 33 | 0 | 49 | D6 | 52 | F |
| Octal | 7 | 42 | 105 | 132 | 63 | 0 | 111 | 326 | 122 | 17 |
| Binary | 111 | 100010 | 1000101 | 1011010 | 110011 | 0 | 1001001 | 11010110 | 1010010 | 1111 |
Color Harmonies of #072245
Complementary color
Monochromatic Colors of #072245
Black with #072245
Text Example
Text Example
White with #072245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072245; }
p { color: rgb(7,34,69); }
H1.HeaderClassName
{
color: #072245;
}
.AnyTagClassName
{
color: #072245;
}
</style>
background-color css
<style>
a { background-color: #072245; }
a { background-color: rgb(7,34,69); }
div.DivClassName
{
background-color: #072245;
}
.BgClassName
{
background-color: #072245;
}
</style>
border-color css
<style>
span { border-color: #072245; }
span { border-color: rgb(7,34,69); }
td.TdClassName
{
border-color: #072245;
}
.TagClassName
{
border-color: #072245;
}
</style>