Shades of Tangaroa #162A40
Tints of Tangaroa #162A40
RGB
CMYK
RGB Variations
Color information
#162A40 (or 0x162A40) is known color: Tangaroa. HEX triplet: 16, 2A and 40. RGB value is (22,42,64). Sum of RGB (Red+Green+Blue) = 22+42+64=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #162A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162A40 is #E9D5BF. Grayscale: #262626. Windows color (decimal): -15324608 or 4205078. OLE color: 4205078.
HSL color Cylindrical-coordinate representation of color #162A40: hue angle of 211.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #162A40 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 42 | 64 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.75 |
| HSL | 211.43º | 0.49% | 0.17% | - |
| HSV(B) | 211.43º | 0.66% | 0.25% | - |
| XYZ | 2.08 | 2.2 | 5.16 | - |
| YUV | 38.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 64 | 0.66 | 0.34 | 0 | 0.75 | 211.43 | 0.49 | 0.17 |
| Hex | 16 | 2A | 40 | 42 | 22 | 0 | 4B | D3 | 31 | 11 |
| Octal | 26 | 52 | 100 | 102 | 42 | 0 | 113 | 323 | 61 | 21 |
| Binary | 10110 | 101010 | 1000000 | 1000010 | 100010 | 0 | 1001011 | 11010011 | 110001 | 10001 |
Color Harmonies of #162A40
Complementary color
Monochromatic Colors of #162A40
Black with #162A40
Text Example
Text Example
White with #162A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A40; }
p { color: rgb(22,42,64); }
H1.HeaderClassName
{
color: #162A40;
}
.AnyTagClassName
{
color: #162A40;
}
</style>
background-color css
<style>
a { background-color: #162A40; }
a { background-color: rgb(22,42,64); }
div.DivClassName
{
background-color: #162A40;
}
.BgClassName
{
background-color: #162A40;
}
</style>
border-color css
<style>
span { border-color: #162A40; }
span { border-color: rgb(22,42,64); }
td.TdClassName
{
border-color: #162A40;
}
.TagClassName
{
border-color: #162A40;
}
</style>