Shades of Tangaroa #072B3D
Tints of Tangaroa #072B3D
RGB
CMYK
RGB Variations
Color information
#072B3D (or 0x072B3D) is known color: Tangaroa. HEX triplet: 07, 2B and 3D. RGB value is (7,43,61). Sum of RGB (Red+Green+Blue) = 7+43+61=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #072B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B3D is #F8D4C2. Grayscale: #222222. Windows color (decimal): -16307395 or 4008711. OLE color: 4008711.
HSL color Cylindrical-coordinate representation of color #072B3D: hue angle of 200º 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 #072B3D is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 43 | 61 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.76 |
| HSL | 200º | 0.79% | 0.13% | - |
| HSV(B) | 200º | 0.89% | 0.24% | - |
| XYZ | 1.79 | 2.11 | 4.73 | - |
| YUV | 34.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 61 | 0.89 | 0.30 | 0 | 0.76 | 200 | 0.79 | 0.13 |
| Hex | 7 | 2B | 3D | 59 | 1E | 0 | 4C | C8 | 4F | D |
| Octal | 7 | 53 | 75 | 131 | 36 | 0 | 114 | 310 | 117 | 15 |
| Binary | 111 | 101011 | 111101 | 1011001 | 11110 | 0 | 1001100 | 11001000 | 1001111 | 1101 |
Color Harmonies of #072B3D
Complementary color
Monochromatic Colors of #072B3D
Black with #072B3D
Text Example
Text Example
White with #072B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B3D; }
p { color: rgb(7,43,61); }
H1.HeaderClassName
{
color: #072B3D;
}
.AnyTagClassName
{
color: #072B3D;
}
</style>
background-color css
<style>
a { background-color: #072B3D; }
a { background-color: rgb(7,43,61); }
div.DivClassName
{
background-color: #072B3D;
}
.BgClassName
{
background-color: #072B3D;
}
</style>
border-color css
<style>
span { border-color: #072B3D; }
span { border-color: rgb(7,43,61); }
td.TdClassName
{
border-color: #072B3D;
}
.TagClassName
{
border-color: #072B3D;
}
</style>