Shades of Tangaroa #06213F
Tints of Tangaroa #06213F
RGB
CMYK
RGB Variations
Color information
#06213F (or 0x06213F) is known color: Tangaroa. HEX triplet: 06, 21 and 3F. RGB value is (6,33,63). Sum of RGB (Red+Green+Blue) = 6+33+63=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #06213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06213F is #F9DEC0. Grayscale: #1C1C1C. Windows color (decimal): -16375489 or 4137222. OLE color: 4137222.
HSL color Cylindrical-coordinate representation of color #06213F: hue angle of 211.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06213F is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 33 | 63 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.75 |
| HSL | 211.58º | 0.83% | 0.14% | - |
| HSV(B) | 211.58º | 0.9% | 0.25% | - |
| XYZ | 1.52 | 1.49 | 4.91 | - |
| YUV | 28.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 63 | 0.90 | 0.48 | 0 | 0.75 | 211.58 | 0.83 | 0.14 |
| Hex | 6 | 21 | 3F | 5A | 30 | 0 | 4B | D4 | 53 | E |
| Octal | 6 | 41 | 77 | 132 | 60 | 0 | 113 | 324 | 123 | 16 |
| Binary | 110 | 100001 | 111111 | 1011010 | 110000 | 0 | 1001011 | 11010100 | 1010011 | 1110 |
Color Harmonies of #06213F
Complementary color
Monochromatic Colors of #06213F
Black with #06213F
Text Example
Text Example
White with #06213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06213F; }
p { color: rgb(6,33,63); }
H1.HeaderClassName
{
color: #06213F;
}
.AnyTagClassName
{
color: #06213F;
}
</style>
background-color css
<style>
a { background-color: #06213F; }
a { background-color: rgb(6,33,63); }
div.DivClassName
{
background-color: #06213F;
}
.BgClassName
{
background-color: #06213F;
}
</style>
border-color css
<style>
span { border-color: #06213F; }
span { border-color: rgb(6,33,63); }
td.TdClassName
{
border-color: #06213F;
}
.TagClassName
{
border-color: #06213F;
}
</style>