Shades of Tangaroa #06213C
Tints of Tangaroa #06213C
RGB
CMYK
RGB Variations
Color information
#06213C (or 0x06213C) is known color: Tangaroa. HEX triplet: 06, 21 and 3C. RGB value is (6,33,60). Sum of RGB (Red+Green+Blue) = 6+33+60=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #06213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06213C is #F9DEC3. Grayscale: #1B1B1B. Windows color (decimal): -16375492 or 3940614. OLE color: 3940614.
HSL color Cylindrical-coordinate representation of color #06213C: hue angle of 210º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06213C is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 33 | 60 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.76 |
| HSL | 210º | 0.82% | 0.13% | - |
| HSV(B) | 210º | 0.9% | 0.24% | - |
| XYZ | 1.43 | 1.45 | 4.48 | - |
| YUV | 28.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 60 | 0.90 | 0.45 | 0 | 0.76 | 210 | 0.82 | 0.13 |
| Hex | 6 | 21 | 3C | 5A | 2D | 0 | 4C | D2 | 52 | D |
| Octal | 6 | 41 | 74 | 132 | 55 | 0 | 114 | 322 | 122 | 15 |
| Binary | 110 | 100001 | 111100 | 1011010 | 101101 | 0 | 1001100 | 11010010 | 1010010 | 1101 |
Color Harmonies of #06213C
Complementary color
Monochromatic Colors of #06213C
Black with #06213C
Text Example
Text Example
White with #06213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06213C; }
p { color: rgb(6,33,60); }
H1.HeaderClassName
{
color: #06213C;
}
.AnyTagClassName
{
color: #06213C;
}
</style>
background-color css
<style>
a { background-color: #06213C; }
a { background-color: rgb(6,33,60); }
div.DivClassName
{
background-color: #06213C;
}
.BgClassName
{
background-color: #06213C;
}
</style>
border-color css
<style>
span { border-color: #06213C; }
span { border-color: rgb(6,33,60); }
td.TdClassName
{
border-color: #06213C;
}
.TagClassName
{
border-color: #06213C;
}
</style>