Shades of Tangaroa #062A3B
Tints of Tangaroa #062A3B
RGB
CMYK
RGB Variations
Color information
#062A3B (or 0x062A3B) is known color: Tangaroa. HEX triplet: 06, 2A and 3B. RGB value is (6,42,59). Sum of RGB (Red+Green+Blue) = 6+42+59=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #062A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A3B is #F9D5C4. Grayscale: #212121. Windows color (decimal): -16373189 or 3877382. OLE color: 3877382.
HSL color Cylindrical-coordinate representation of color #062A3B: hue angle of 199.25º degrees, saturation: 0.82, 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 #062A3B is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 42 | 59 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.77 |
| HSL | 199.25º | 0.82% | 0.13% | - |
| HSV(B) | 199.25º | 0.9% | 0.23% | - |
| XYZ | 1.69 | 2.01 | 4.44 | - |
| YUV | 33.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 59 | 0.90 | 0.29 | 0 | 0.77 | 199.25 | 0.82 | 0.13 |
| Hex | 6 | 2A | 3B | 5A | 1D | 0 | 4D | C7 | 52 | D |
| Octal | 6 | 52 | 73 | 132 | 35 | 0 | 115 | 307 | 122 | 15 |
| Binary | 110 | 101010 | 111011 | 1011010 | 11101 | 0 | 1001101 | 11000111 | 1010010 | 1101 |
Color Harmonies of #062A3B
Complementary color
Monochromatic Colors of #062A3B
Black with #062A3B
Text Example
Text Example
White with #062A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A3B; }
p { color: rgb(6,42,59); }
H1.HeaderClassName
{
color: #062A3B;
}
.AnyTagClassName
{
color: #062A3B;
}
</style>
background-color css
<style>
a { background-color: #062A3B; }
a { background-color: rgb(6,42,59); }
div.DivClassName
{
background-color: #062A3B;
}
.BgClassName
{
background-color: #062A3B;
}
</style>
border-color css
<style>
span { border-color: #062A3B; }
span { border-color: rgb(6,42,59); }
td.TdClassName
{
border-color: #062A3B;
}
.TagClassName
{
border-color: #062A3B;
}
</style>