Shades of Tangaroa #021E42
Tints of Tangaroa #021E42
RGB
CMYK
RGB Variations
Color information
#021E42 (or 0x021E42) is known color: Tangaroa. HEX triplet: 02, 1E and 42. RGB value is (2,30,66). Sum of RGB (Red+Green+Blue) = 2+30+66=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #021E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E42 is #FDE1BD. Grayscale: #191919. Windows color (decimal): -16638398 or 4333058. OLE color: 4333058.
HSL color Cylindrical-coordinate representation of color #021E42: hue angle of 213.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E42 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 30 | 66 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.74 |
| HSL | 213.75º | 0.94% | 0.13% | - |
| HSV(B) | 213.75º | 0.97% | 0.26% | - |
| XYZ | 1.47 | 1.33 | 5.33 | - |
| YUV | 25.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 66 | 0.97 | 0.55 | 0 | 0.74 | 213.75 | 0.94 | 0.13 |
| Hex | 2 | 1E | 42 | 61 | 37 | 0 | 4A | D6 | 5E | D |
| Octal | 2 | 36 | 102 | 141 | 67 | 0 | 112 | 326 | 136 | 15 |
| Binary | 10 | 11110 | 1000010 | 1100001 | 110111 | 0 | 1001010 | 11010110 | 1011110 | 1101 |
Color Harmonies of #021E42
Complementary color
Monochromatic Colors of #021E42
Black with #021E42
Text Example
Text Example
White with #021E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E42; }
p { color: rgb(2,30,66); }
H1.HeaderClassName
{
color: #021E42;
}
.AnyTagClassName
{
color: #021E42;
}
</style>
background-color css
<style>
a { background-color: #021E42; }
a { background-color: rgb(2,30,66); }
div.DivClassName
{
background-color: #021E42;
}
.BgClassName
{
background-color: #021E42;
}
</style>
border-color css
<style>
span { border-color: #021E42; }
span { border-color: rgb(2,30,66); }
td.TdClassName
{
border-color: #021E42;
}
.TagClassName
{
border-color: #021E42;
}
</style>