Shades of Tangaroa #082A43
Tints of Tangaroa #082A43
RGB
CMYK
RGB Variations
Color information
#082A43 (or 0x082A43) is known color: Tangaroa. HEX triplet: 08, 2A and 43. RGB value is (8,42,67). Sum of RGB (Red+Green+Blue) = 8+42+67=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #082A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A43 is #F7D5BC. Grayscale: #222222. Windows color (decimal): -16242109 or 4401672. OLE color: 4401672.
HSL color Cylindrical-coordinate representation of color #082A43: hue angle of 205.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082A43 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 42 | 67 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.74 |
| HSL | 205.42º | 0.79% | 0.15% | - |
| HSV(B) | 205.42º | 0.88% | 0.26% | - |
| XYZ | 1.94 | 2.11 | 5.62 | - |
| YUV | 34.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 67 | 0.88 | 0.37 | 0 | 0.74 | 205.42 | 0.79 | 0.15 |
| Hex | 8 | 2A | 43 | 58 | 25 | 0 | 4A | CD | 4F | F |
| Octal | 10 | 52 | 103 | 130 | 45 | 0 | 112 | 315 | 117 | 17 |
| Binary | 1000 | 101010 | 1000011 | 1011000 | 100101 | 0 | 1001010 | 11001101 | 1001111 | 1111 |
Color Harmonies of #082A43
Complementary color
Monochromatic Colors of #082A43
Black with #082A43
Text Example
Text Example
White with #082A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A43; }
p { color: rgb(8,42,67); }
H1.HeaderClassName
{
color: #082A43;
}
.AnyTagClassName
{
color: #082A43;
}
</style>
background-color css
<style>
a { background-color: #082A43; }
a { background-color: rgb(8,42,67); }
div.DivClassName
{
background-color: #082A43;
}
.BgClassName
{
background-color: #082A43;
}
</style>
border-color css
<style>
span { border-color: #082A43; }
span { border-color: rgb(8,42,67); }
td.TdClassName
{
border-color: #082A43;
}
.TagClassName
{
border-color: #082A43;
}
</style>