Shades of Tangaroa #06213A
Tints of Tangaroa #06213A
RGB
CMYK
RGB Variations
Color information
#06213A (or 0x06213A) is known color: Tangaroa. HEX triplet: 06, 21 and 3A. RGB value is (6,33,58). Sum of RGB (Red+Green+Blue) = 6+33+58=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #06213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06213A is #F9DEC5. Grayscale: #1B1B1B. Windows color (decimal): -16375494 or 3809542. OLE color: 3809542.
HSL color Cylindrical-coordinate representation of color #06213A: hue angle of 208.85º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06213A is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 33 | 58 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.77 |
| HSL | 208.85º | 0.81% | 0.13% | - |
| HSV(B) | 208.85º | 0.9% | 0.23% | - |
| XYZ | 1.38 | 1.43 | 4.21 | - |
| YUV | 27.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 58 | 0.90 | 0.43 | 0 | 0.77 | 208.85 | 0.81 | 0.13 |
| Hex | 6 | 21 | 3A | 5A | 2B | 0 | 4D | D1 | 51 | D |
| Octal | 6 | 41 | 72 | 132 | 53 | 0 | 115 | 321 | 121 | 15 |
| Binary | 110 | 100001 | 111010 | 1011010 | 101011 | 0 | 1001101 | 11010001 | 1010001 | 1101 |
Color Harmonies of #06213A
Complementary color
Monochromatic Colors of #06213A
Black with #06213A
Text Example
Text Example
White with #06213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06213A; }
p { color: rgb(6,33,58); }
H1.HeaderClassName
{
color: #06213A;
}
.AnyTagClassName
{
color: #06213A;
}
</style>
background-color css
<style>
a { background-color: #06213A; }
a { background-color: rgb(6,33,58); }
div.DivClassName
{
background-color: #06213A;
}
.BgClassName
{
background-color: #06213A;
}
</style>
border-color css
<style>
span { border-color: #06213A; }
span { border-color: rgb(6,33,58); }
td.TdClassName
{
border-color: #06213A;
}
.TagClassName
{
border-color: #06213A;
}
</style>