Shades of Tangaroa #021F43
Tints of Tangaroa #021F43
RGB
CMYK
RGB Variations
Color information
#021F43 (or 0x021F43) is known color: Tangaroa. HEX triplet: 02, 1F and 43. RGB value is (2,31,67). Sum of RGB (Red+Green+Blue) = 2+31+67=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #021F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F43 is #FDE0BC. Grayscale: #1A1A1A. Windows color (decimal): -16638141 or 4398850. OLE color: 4398850.
HSL color Cylindrical-coordinate representation of color #021F43: hue angle of 213.23º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021F43 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 31 | 67 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.74 |
| HSL | 213.23º | 0.94% | 0.14% | - |
| HSV(B) | 213.23º | 0.97% | 0.26% | - |
| XYZ | 1.53 | 1.4 | 5.5 | - |
| YUV | 26.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 67 | 0.97 | 0.54 | 0 | 0.74 | 213.23 | 0.94 | 0.14 |
| Hex | 2 | 1F | 43 | 61 | 36 | 0 | 4A | D5 | 5E | E |
| Octal | 2 | 37 | 103 | 141 | 66 | 0 | 112 | 325 | 136 | 16 |
| Binary | 10 | 11111 | 1000011 | 1100001 | 110110 | 0 | 1001010 | 11010101 | 1011110 | 1110 |
Color Harmonies of #021F43
Complementary color
Monochromatic Colors of #021F43
Black with #021F43
Text Example
Text Example
White with #021F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F43; }
p { color: rgb(2,31,67); }
H1.HeaderClassName
{
color: #021F43;
}
.AnyTagClassName
{
color: #021F43;
}
</style>
background-color css
<style>
a { background-color: #021F43; }
a { background-color: rgb(2,31,67); }
div.DivClassName
{
background-color: #021F43;
}
.BgClassName
{
background-color: #021F43;
}
</style>
border-color css
<style>
span { border-color: #021F43; }
span { border-color: rgb(2,31,67); }
td.TdClassName
{
border-color: #021F43;
}
.TagClassName
{
border-color: #021F43;
}
</style>