Shades of Tangaroa #062A45
Tints of Tangaroa #062A45
RGB
CMYK
RGB Variations
Color information
#062A45 (or 0x062A45) is known color: Tangaroa. HEX triplet: 06, 2A and 45. RGB value is (6,42,69). Sum of RGB (Red+Green+Blue) = 6+42+69=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #062A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A45 is #F9D5BA. Grayscale: #222222. Windows color (decimal): -16373179 or 4532742. OLE color: 4532742.
HSL color Cylindrical-coordinate representation of color #062A45: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062A45 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 42 | 69 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.73 |
| HSL | 205.71º | 0.84% | 0.15% | - |
| HSV(B) | 205.71º | 0.91% | 0.27% | - |
| XYZ | 1.98 | 2.12 | 5.94 | - |
| YUV | 34.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 69 | 0.91 | 0.39 | 0 | 0.73 | 205.71 | 0.84 | 0.15 |
| Hex | 6 | 2A | 45 | 5B | 27 | 0 | 49 | CE | 54 | F |
| Octal | 6 | 52 | 105 | 133 | 47 | 0 | 111 | 316 | 124 | 17 |
| Binary | 110 | 101010 | 1000101 | 1011011 | 100111 | 0 | 1001001 | 11001110 | 1010100 | 1111 |
Color Harmonies of #062A45
Complementary color
Monochromatic Colors of #062A45
Black with #062A45
Text Example
Text Example
White with #062A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A45; }
p { color: rgb(6,42,69); }
H1.HeaderClassName
{
color: #062A45;
}
.AnyTagClassName
{
color: #062A45;
}
</style>
background-color css
<style>
a { background-color: #062A45; }
a { background-color: rgb(6,42,69); }
div.DivClassName
{
background-color: #062A45;
}
.BgClassName
{
background-color: #062A45;
}
</style>
border-color css
<style>
span { border-color: #062A45; }
span { border-color: rgb(6,42,69); }
td.TdClassName
{
border-color: #062A45;
}
.TagClassName
{
border-color: #062A45;
}
</style>