Shades of Tangaroa #021F3E
Tints of Tangaroa #021F3E
RGB
CMYK
RGB Variations
Color information
#021F3E (or 0x021F3E) is known color: Tangaroa. HEX triplet: 02, 1F and 3E. RGB value is (2,31,62). Sum of RGB (Red+Green+Blue) = 2+31+62=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #021F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F3E is #FDE0C1. Grayscale: #191919. Windows color (decimal): -16638146 or 4071170. OLE color: 4071170.
HSL color Cylindrical-coordinate representation of color #021F3E: hue angle of 211º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021F3E is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 31 | 62 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.76 |
| HSL | 211º | 0.94% | 0.13% | - |
| HSV(B) | 211º | 0.97% | 0.24% | - |
| XYZ | 1.38 | 1.34 | 4.74 | - |
| YUV | 25.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 62 | 0.97 | 0.5 | 0 | 0.76 | 211 | 0.94 | 0.13 |
| Hex | 2 | 1F | 3E | 61 | 32 | 0 | 4C | D3 | 5E | D |
| Octal | 2 | 37 | 76 | 141 | 62 | 0 | 114 | 323 | 136 | 15 |
| Binary | 10 | 11111 | 111110 | 1100001 | 110010 | 0 | 1001100 | 11010011 | 1011110 | 1101 |
Color Harmonies of #021F3E
Complementary color
Monochromatic Colors of #021F3E
Black with #021F3E
Text Example
Text Example
White with #021F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F3E; }
p { color: rgb(2,31,62); }
H1.HeaderClassName
{
color: #021F3E;
}
.AnyTagClassName
{
color: #021F3E;
}
</style>
background-color css
<style>
a { background-color: #021F3E; }
a { background-color: rgb(2,31,62); }
div.DivClassName
{
background-color: #021F3E;
}
.BgClassName
{
background-color: #021F3E;
}
</style>
border-color css
<style>
span { border-color: #021F3E; }
span { border-color: rgb(2,31,62); }
td.TdClassName
{
border-color: #021F3E;
}
.TagClassName
{
border-color: #021F3E;
}
</style>