Shades of Tangaroa #082340
Tints of Tangaroa #082340
RGB
CMYK
RGB Variations
Color information
#082340 (or 0x082340) is known color: Tangaroa. HEX triplet: 08, 23 and 40. RGB value is (8,35,64). Sum of RGB (Red+Green+Blue) = 8+35+64=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #082340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082340 is #F7DCBF. Grayscale: #1E1E1E. Windows color (decimal): -16243904 or 4203272. OLE color: 4203272.
HSL color Cylindrical-coordinate representation of color #082340: hue angle of 211.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082340 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 35 | 64 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.75 |
| HSL | 211.07º | 0.78% | 0.14% | - |
| HSV(B) | 211.07º | 0.88% | 0.25% | - |
| XYZ | 1.63 | 1.62 | 5.08 | - |
| YUV | 30.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 64 | 0.87 | 0.45 | 0 | 0.75 | 211.07 | 0.78 | 0.14 |
| Hex | 8 | 23 | 40 | 57 | 2D | 0 | 4B | D3 | 4E | E |
| Octal | 10 | 43 | 100 | 127 | 55 | 0 | 113 | 323 | 116 | 16 |
| Binary | 1000 | 100011 | 1000000 | 1010111 | 101101 | 0 | 1001011 | 11010011 | 1001110 | 1110 |
Color Harmonies of #082340
Complementary color
Monochromatic Colors of #082340
Black with #082340
Text Example
Text Example
White with #082340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082340; }
p { color: rgb(8,35,64); }
H1.HeaderClassName
{
color: #082340;
}
.AnyTagClassName
{
color: #082340;
}
</style>
background-color css
<style>
a { background-color: #082340; }
a { background-color: rgb(8,35,64); }
div.DivClassName
{
background-color: #082340;
}
.BgClassName
{
background-color: #082340;
}
</style>
border-color css
<style>
span { border-color: #082340; }
span { border-color: rgb(8,35,64); }
td.TdClassName
{
border-color: #082340;
}
.TagClassName
{
border-color: #082340;
}
</style>