Shades of Tangaroa #082C39
Tints of Tangaroa #082C39
RGB
CMYK
RGB Variations
Color information
#082C39 (or 0x082C39) is known color: Tangaroa. HEX triplet: 08, 2C and 39. RGB value is (8,44,57). Sum of RGB (Red+Green+Blue) = 8+44+57=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #082C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C39 is #F7D3C6. Grayscale: #222222. Windows color (decimal): -16241607 or 3746824. OLE color: 3746824.
HSL color Cylindrical-coordinate representation of color #082C39: hue angle of 195.92º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #082C39 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 44 | 57 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.78 |
| HSL | 195.92º | 0.75% | 0.13% | - |
| HSV(B) | 195.92º | 0.86% | 0.22% | - |
| XYZ | 1.74 | 2.15 | 4.19 | - |
| YUV | 34.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 57 | 0.86 | 0.23 | 0 | 0.78 | 195.92 | 0.75 | 0.13 |
| Hex | 8 | 2C | 39 | 56 | 17 | 0 | 4E | C4 | 4B | D |
| Octal | 10 | 54 | 71 | 126 | 27 | 0 | 116 | 304 | 113 | 15 |
| Binary | 1000 | 101100 | 111001 | 1010110 | 10111 | 0 | 1001110 | 11000100 | 1001011 | 1101 |
Color Harmonies of #082C39
Complementary color
Monochromatic Colors of #082C39
Black with #082C39
Text Example
Text Example
White with #082C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C39; }
p { color: rgb(8,44,57); }
H1.HeaderClassName
{
color: #082C39;
}
.AnyTagClassName
{
color: #082C39;
}
</style>
background-color css
<style>
a { background-color: #082C39; }
a { background-color: rgb(8,44,57); }
div.DivClassName
{
background-color: #082C39;
}
.BgClassName
{
background-color: #082C39;
}
</style>
border-color css
<style>
span { border-color: #082C39; }
span { border-color: rgb(8,44,57); }
td.TdClassName
{
border-color: #082C39;
}
.TagClassName
{
border-color: #082C39;
}
</style>