Shades of Tangaroa #022146
Tints of Tangaroa #022146
RGB
CMYK
RGB Variations
Color information
#022146 (or 0x022146) is known color: Tangaroa. HEX triplet: 02, 21 and 46. RGB value is (2,33,70). Sum of RGB (Red+Green+Blue) = 2+33+70=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #022146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022146 is #FDDEB9. Grayscale: #1B1B1B. Windows color (decimal): -16637626 or 4595970. OLE color: 4595970.
HSL color Cylindrical-coordinate representation of color #022146: hue angle of 212.65º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022146 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 33 | 70 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.73 |
| HSL | 212.65º | 0.94% | 0.14% | - |
| HSV(B) | 212.65º | 0.97% | 0.27% | - |
| XYZ | 1.67 | 1.54 | 6 | - |
| YUV | 27.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 70 | 0.97 | 0.53 | 0 | 0.73 | 212.65 | 0.94 | 0.14 |
| Hex | 2 | 21 | 46 | 61 | 35 | 0 | 49 | D5 | 5E | E |
| Octal | 2 | 41 | 106 | 141 | 65 | 0 | 111 | 325 | 136 | 16 |
| Binary | 10 | 100001 | 1000110 | 1100001 | 110101 | 0 | 1001001 | 11010101 | 1011110 | 1110 |
Color Harmonies of #022146
Complementary color
Monochromatic Colors of #022146
Black with #022146
Text Example
Text Example
White with #022146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022146; }
p { color: rgb(2,33,70); }
H1.HeaderClassName
{
color: #022146;
}
.AnyTagClassName
{
color: #022146;
}
</style>
background-color css
<style>
a { background-color: #022146; }
a { background-color: rgb(2,33,70); }
div.DivClassName
{
background-color: #022146;
}
.BgClassName
{
background-color: #022146;
}
</style>
border-color css
<style>
span { border-color: #022146; }
span { border-color: rgb(2,33,70); }
td.TdClassName
{
border-color: #022146;
}
.TagClassName
{
border-color: #022146;
}
</style>