Shades of Tangaroa #072A3D
Tints of Tangaroa #072A3D
RGB
CMYK
RGB Variations
Color information
#072A3D (or 0x072A3D) is known color: Tangaroa. HEX triplet: 07, 2A and 3D. RGB value is (7,42,61). Sum of RGB (Red+Green+Blue) = 7+42+61=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #072A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A3D is #F8D5C2. Grayscale: #212121. Windows color (decimal): -16307651 or 4008455. OLE color: 4008455.
HSL color Cylindrical-coordinate representation of color #072A3D: hue angle of 201.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072A3D is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 42 | 61 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.76 |
| HSL | 201.11º | 0.79% | 0.13% | - |
| HSV(B) | 201.11º | 0.89% | 0.24% | - |
| XYZ | 1.76 | 2.04 | 4.72 | - |
| YUV | 33.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 61 | 0.89 | 0.31 | 0 | 0.76 | 201.11 | 0.79 | 0.13 |
| Hex | 7 | 2A | 3D | 59 | 1F | 0 | 4C | C9 | 4F | D |
| Octal | 7 | 52 | 75 | 131 | 37 | 0 | 114 | 311 | 117 | 15 |
| Binary | 111 | 101010 | 111101 | 1011001 | 11111 | 0 | 1001100 | 11001001 | 1001111 | 1101 |
Color Harmonies of #072A3D
Complementary color
Monochromatic Colors of #072A3D
Black with #072A3D
Text Example
Text Example
White with #072A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A3D; }
p { color: rgb(7,42,61); }
H1.HeaderClassName
{
color: #072A3D;
}
.AnyTagClassName
{
color: #072A3D;
}
</style>
background-color css
<style>
a { background-color: #072A3D; }
a { background-color: rgb(7,42,61); }
div.DivClassName
{
background-color: #072A3D;
}
.BgClassName
{
background-color: #072A3D;
}
</style>
border-color css
<style>
span { border-color: #072A3D; }
span { border-color: rgb(7,42,61); }
td.TdClassName
{
border-color: #072A3D;
}
.TagClassName
{
border-color: #072A3D;
}
</style>