Shades of Tangaroa #062A47
Tints of Tangaroa #062A47
RGB
CMYK
RGB Variations
Color information
#062A47 (or 0x062A47) is known color: Tangaroa. HEX triplet: 06, 2A and 47. RGB value is (6,42,71). Sum of RGB (Red+Green+Blue) = 6+42+71=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #062A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A47 is #F9D5B8. Grayscale: #222222. Windows color (decimal): -16373177 or 4663814. OLE color: 4663814.
HSL color Cylindrical-coordinate representation of color #062A47: hue angle of 206.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A47 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 42 | 71 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.72 |
| HSL | 206.77º | 0.84% | 0.15% | - |
| HSV(B) | 206.77º | 0.92% | 0.28% | - |
| XYZ | 2.04 | 2.15 | 6.27 | - |
| YUV | 34.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 71 | 0.92 | 0.41 | 0 | 0.72 | 206.77 | 0.84 | 0.15 |
| Hex | 6 | 2A | 47 | 5C | 29 | 0 | 48 | CF | 54 | F |
| Octal | 6 | 52 | 107 | 134 | 51 | 0 | 110 | 317 | 124 | 17 |
| Binary | 110 | 101010 | 1000111 | 1011100 | 101001 | 0 | 1001000 | 11001111 | 1010100 | 1111 |
Color Harmonies of #062A47
Complementary color
Monochromatic Colors of #062A47
Black with #062A47
Text Example
Text Example
White with #062A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A47; }
p { color: rgb(6,42,71); }
H1.HeaderClassName
{
color: #062A47;
}
.AnyTagClassName
{
color: #062A47;
}
</style>
background-color css
<style>
a { background-color: #062A47; }
a { background-color: rgb(6,42,71); }
div.DivClassName
{
background-color: #062A47;
}
.BgClassName
{
background-color: #062A47;
}
</style>
border-color css
<style>
span { border-color: #062A47; }
span { border-color: rgb(6,42,71); }
td.TdClassName
{
border-color: #062A47;
}
.TagClassName
{
border-color: #062A47;
}
</style>