Shades of Tangaroa #071E3D
Tints of Tangaroa #071E3D
RGB
CMYK
RGB Variations
Color information
#071E3D (or 0x071E3D) is known color: Tangaroa. HEX triplet: 07, 1E and 3D. RGB value is (7,30,61). Sum of RGB (Red+Green+Blue) = 7+30+61=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #071E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E3D is #F8E1C2. Grayscale: #1A1A1A. Windows color (decimal): -16310723 or 4005383. OLE color: 4005383.
HSL color Cylindrical-coordinate representation of color #071E3D: hue angle of 214.44º 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 #071E3D is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 30 | 61 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.76 |
| HSL | 214.44º | 0.79% | 0.13% | - |
| HSV(B) | 214.44º | 0.89% | 0.24% | - |
| XYZ | 1.39 | 1.31 | 4.59 | - |
| YUV | 26.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 61 | 0.89 | 0.51 | 0 | 0.76 | 214.44 | 0.79 | 0.13 |
| Hex | 7 | 1E | 3D | 59 | 33 | 0 | 4C | D6 | 4F | D |
| Octal | 7 | 36 | 75 | 131 | 63 | 0 | 114 | 326 | 117 | 15 |
| Binary | 111 | 11110 | 111101 | 1011001 | 110011 | 0 | 1001100 | 11010110 | 1001111 | 1101 |
Color Harmonies of #071E3D
Complementary color
Monochromatic Colors of #071E3D
Black with #071E3D
Text Example
Text Example
White with #071E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E3D; }
p { color: rgb(7,30,61); }
H1.HeaderClassName
{
color: #071E3D;
}
.AnyTagClassName
{
color: #071E3D;
}
</style>
background-color css
<style>
a { background-color: #071E3D; }
a { background-color: rgb(7,30,61); }
div.DivClassName
{
background-color: #071E3D;
}
.BgClassName
{
background-color: #071E3D;
}
</style>
border-color css
<style>
span { border-color: #071E3D; }
span { border-color: rgb(7,30,61); }
td.TdClassName
{
border-color: #071E3D;
}
.TagClassName
{
border-color: #071E3D;
}
</style>