Shades of Tangaroa #082146
Tints of Tangaroa #082146
RGB
CMYK
RGB Variations
Color information
#082146 (or 0x082146) is known color: Tangaroa. HEX triplet: 08, 21 and 46. RGB value is (8,33,70). Sum of RGB (Red+Green+Blue) = 8+33+70=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #082146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082146 is #F7DEB9. Grayscale: #1D1D1D. Windows color (decimal): -16244410 or 4595976. OLE color: 4595976.
HSL color Cylindrical-coordinate representation of color #082146: hue angle of 215.81º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082146 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 33 | 70 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.73 |
| HSL | 215.81º | 0.79% | 0.15% | - |
| HSV(B) | 215.81º | 0.89% | 0.27% | - |
| XYZ | 1.75 | 1.58 | 6.01 | - |
| YUV | 29.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 70 | 0.89 | 0.53 | 0 | 0.73 | 215.81 | 0.79 | 0.15 |
| Hex | 8 | 21 | 46 | 59 | 35 | 0 | 49 | D8 | 4F | F |
| Octal | 10 | 41 | 106 | 131 | 65 | 0 | 111 | 330 | 117 | 17 |
| Binary | 1000 | 100001 | 1000110 | 1011001 | 110101 | 0 | 1001001 | 11011000 | 1001111 | 1111 |
Color Harmonies of #082146
Complementary color
Monochromatic Colors of #082146
Black with #082146
Text Example
Text Example
White with #082146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082146; }
p { color: rgb(8,33,70); }
H1.HeaderClassName
{
color: #082146;
}
.AnyTagClassName
{
color: #082146;
}
</style>
background-color css
<style>
a { background-color: #082146; }
a { background-color: rgb(8,33,70); }
div.DivClassName
{
background-color: #082146;
}
.BgClassName
{
background-color: #082146;
}
</style>
border-color css
<style>
span { border-color: #082146; }
span { border-color: rgb(8,33,70); }
td.TdClassName
{
border-color: #082146;
}
.TagClassName
{
border-color: #082146;
}
</style>