Shades of Tangaroa #022941
Tints of Tangaroa #022941
RGB
CMYK
RGB Variations
Color information
#022941 (or 0x022941) is known color: Tangaroa. HEX triplet: 02, 29 and 41. RGB value is (2,41,65). Sum of RGB (Red+Green+Blue) = 2+41+65=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #022941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022941 is #FDD6BE. Grayscale: #1F1F1F. Windows color (decimal): -16635583 or 4270338. OLE color: 4270338.
HSL color Cylindrical-coordinate representation of color #022941: hue angle of 202.86º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022941 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 41 | 65 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.75 |
| HSL | 202.86º | 0.94% | 0.13% | - |
| HSV(B) | 202.86º | 0.97% | 0.25% | - |
| XYZ | 1.77 | 1.98 | 5.29 | - |
| YUV | 32.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 65 | 0.97 | 0.37 | 0 | 0.75 | 202.86 | 0.94 | 0.13 |
| Hex | 2 | 29 | 41 | 61 | 25 | 0 | 4B | CB | 5E | D |
| Octal | 2 | 51 | 101 | 141 | 45 | 0 | 113 | 313 | 136 | 15 |
| Binary | 10 | 101001 | 1000001 | 1100001 | 100101 | 0 | 1001011 | 11001011 | 1011110 | 1101 |
Color Harmonies of #022941
Complementary color
Monochromatic Colors of #022941
Black with #022941
Text Example
Text Example
White with #022941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022941; }
p { color: rgb(2,41,65); }
H1.HeaderClassName
{
color: #022941;
}
.AnyTagClassName
{
color: #022941;
}
</style>
background-color css
<style>
a { background-color: #022941; }
a { background-color: rgb(2,41,65); }
div.DivClassName
{
background-color: #022941;
}
.BgClassName
{
background-color: #022941;
}
</style>
border-color css
<style>
span { border-color: #022941; }
span { border-color: rgb(2,41,65); }
td.TdClassName
{
border-color: #022941;
}
.TagClassName
{
border-color: #022941;
}
</style>