Shades of Tangaroa #021B3E
Tints of Tangaroa #021B3E
RGB
CMYK
RGB Variations
Color information
#021B3E (or 0x021B3E) is known color: Tangaroa. HEX triplet: 02, 1B and 3E. RGB value is (2,27,62). Sum of RGB (Red+Green+Blue) = 2+27+62=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #021B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B3E is #FDE4C1. Grayscale: #171717. Windows color (decimal): -16639170 or 4070146. OLE color: 4070146.
HSL color Cylindrical-coordinate representation of color #021B3E: hue angle of 215º 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 #021B3E is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 27 | 62 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.76 |
| HSL | 215º | 0.94% | 0.13% | - |
| HSV(B) | 215º | 0.97% | 0.24% | - |
| XYZ | 1.29 | 1.14 | 4.71 | - |
| YUV | 23.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 62 | 0.97 | 0.56 | 0 | 0.76 | 215 | 0.94 | 0.13 |
| Hex | 2 | 1B | 3E | 61 | 38 | 0 | 4C | D7 | 5E | D |
| Octal | 2 | 33 | 76 | 141 | 70 | 0 | 114 | 327 | 136 | 15 |
| Binary | 10 | 11011 | 111110 | 1100001 | 111000 | 0 | 1001100 | 11010111 | 1011110 | 1101 |
Color Harmonies of #021B3E
Complementary color
Monochromatic Colors of #021B3E
Black with #021B3E
Text Example
Text Example
White with #021B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B3E; }
p { color: rgb(2,27,62); }
H1.HeaderClassName
{
color: #021B3E;
}
.AnyTagClassName
{
color: #021B3E;
}
</style>
background-color css
<style>
a { background-color: #021B3E; }
a { background-color: rgb(2,27,62); }
div.DivClassName
{
background-color: #021B3E;
}
.BgClassName
{
background-color: #021B3E;
}
</style>
border-color css
<style>
span { border-color: #021B3E; }
span { border-color: rgb(2,27,62); }
td.TdClassName
{
border-color: #021B3E;
}
.TagClassName
{
border-color: #021B3E;
}
</style>