Shades of Tangaroa #162E39
Tints of Tangaroa #162E39
RGB
CMYK
RGB Variations
Color information
#162E39 (or 0x162E39) is known color: Tangaroa. HEX triplet: 16, 2E and 39. RGB value is (22,46,57). Sum of RGB (Red+Green+Blue) = 22+46+57=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #162E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E39 is #E9D1C6. Grayscale: #282828. Windows color (decimal): -15323591 or 3747350. OLE color: 3747350.
HSL color Cylindrical-coordinate representation of color #162E39: hue angle of 198.86º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #162E39 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 46 | 57 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.78 |
| HSL | 198.86º | 0.44% | 0.15% | - |
| HSV(B) | 198.86º | 0.61% | 0.22% | - |
| XYZ | 2.05 | 2.42 | 4.23 | - |
| YUV | 40.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 57 | 0.61 | 0.19 | 0 | 0.78 | 198.86 | 0.44 | 0.15 |
| Hex | 16 | 2E | 39 | 3D | 13 | 0 | 4E | C7 | 2C | F |
| Octal | 26 | 56 | 71 | 75 | 23 | 0 | 116 | 307 | 54 | 17 |
| Binary | 10110 | 101110 | 111001 | 111101 | 10011 | 0 | 1001110 | 11000111 | 101100 | 1111 |
Color Harmonies of #162E39
Complementary color
Monochromatic Colors of #162E39
Black with #162E39
Text Example
Text Example
White with #162E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E39; }
p { color: rgb(22,46,57); }
H1.HeaderClassName
{
color: #162E39;
}
.AnyTagClassName
{
color: #162E39;
}
</style>
background-color css
<style>
a { background-color: #162E39; }
a { background-color: rgb(22,46,57); }
div.DivClassName
{
background-color: #162E39;
}
.BgClassName
{
background-color: #162E39;
}
</style>
border-color css
<style>
span { border-color: #162E39; }
span { border-color: rgb(22,46,57); }
td.TdClassName
{
border-color: #162E39;
}
.TagClassName
{
border-color: #162E39;
}
</style>