Shades of Tangaroa #072145
Tints of Tangaroa #072145
RGB
CMYK
RGB Variations
Color information
#072145 (or 0x072145) is known color: Tangaroa. HEX triplet: 07, 21 and 45. RGB value is (7,33,69). Sum of RGB (Red+Green+Blue) = 7+33+69=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #072145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072145 is #F8DEBA. Grayscale: #1D1D1D. Windows color (decimal): -16309947 or 4530439. OLE color: 4530439.
HSL color Cylindrical-coordinate representation of color #072145: hue angle of 214.84º 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 #072145 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 33 | 69 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.73 |
| HSL | 214.84º | 0.82% | 0.15% | - |
| HSV(B) | 214.84º | 0.9% | 0.27% | - |
| XYZ | 1.71 | 1.56 | 5.84 | - |
| YUV | 29.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 69 | 0.90 | 0.52 | 0 | 0.73 | 214.84 | 0.82 | 0.15 |
| Hex | 7 | 21 | 45 | 5A | 34 | 0 | 49 | D7 | 52 | F |
| Octal | 7 | 41 | 105 | 132 | 64 | 0 | 111 | 327 | 122 | 17 |
| Binary | 111 | 100001 | 1000101 | 1011010 | 110100 | 0 | 1001001 | 11010111 | 1010010 | 1111 |
Color Harmonies of #072145
Complementary color
Monochromatic Colors of #072145
Black with #072145
Text Example
Text Example
White with #072145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072145; }
p { color: rgb(7,33,69); }
H1.HeaderClassName
{
color: #072145;
}
.AnyTagClassName
{
color: #072145;
}
</style>
background-color css
<style>
a { background-color: #072145; }
a { background-color: rgb(7,33,69); }
div.DivClassName
{
background-color: #072145;
}
.BgClassName
{
background-color: #072145;
}
</style>
border-color css
<style>
span { border-color: #072145; }
span { border-color: rgb(7,33,69); }
td.TdClassName
{
border-color: #072145;
}
.TagClassName
{
border-color: #072145;
}
</style>