Shades of Tangaroa #082142
Tints of Tangaroa #082142
RGB
CMYK
RGB Variations
Color information
#082142 (or 0x082142) is known color: Tangaroa. HEX triplet: 08, 21 and 42. RGB value is (8,33,66). Sum of RGB (Red+Green+Blue) = 8+33+66=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #082142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082142 is #F7DEBD. Grayscale: #1D1D1D. Windows color (decimal): -16244414 or 4333832. OLE color: 4333832.
HSL color Cylindrical-coordinate representation of color #082142: hue angle of 214.14º degrees, saturation: 0.78, 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 #082142 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 33 | 66 | - |
| CMYK | 0.88 | 0.5 | 0 | 0.74 |
| HSL | 214.14º | 0.78% | 0.15% | - |
| HSV(B) | 214.14º | 0.88% | 0.26% | - |
| XYZ | 1.63 | 1.53 | 5.36 | - |
| YUV | 29.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 66 | 0.88 | 0.5 | 0 | 0.74 | 214.14 | 0.78 | 0.15 |
| Hex | 8 | 21 | 42 | 58 | 32 | 0 | 4A | D6 | 4E | F |
| Octal | 10 | 41 | 102 | 130 | 62 | 0 | 112 | 326 | 116 | 17 |
| Binary | 1000 | 100001 | 1000010 | 1011000 | 110010 | 0 | 1001010 | 11010110 | 1001110 | 1111 |
Color Harmonies of #082142
Complementary color
Monochromatic Colors of #082142
Black with #082142
Text Example
Text Example
White with #082142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082142; }
p { color: rgb(8,33,66); }
H1.HeaderClassName
{
color: #082142;
}
.AnyTagClassName
{
color: #082142;
}
</style>
background-color css
<style>
a { background-color: #082142; }
a { background-color: rgb(8,33,66); }
div.DivClassName
{
background-color: #082142;
}
.BgClassName
{
background-color: #082142;
}
</style>
border-color css
<style>
span { border-color: #082142; }
span { border-color: rgb(8,33,66); }
td.TdClassName
{
border-color: #082142;
}
.TagClassName
{
border-color: #082142;
}
</style>