Shades of Tangaroa #082B42
Tints of Tangaroa #082B42
RGB
CMYK
RGB Variations
Color information
#082B42 (or 0x082B42) is known color: Tangaroa. HEX triplet: 08, 2B and 42. RGB value is (8,43,66). Sum of RGB (Red+Green+Blue) = 8+43+66=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 66 (26.17% from 255 or 56.41% from 117); Max value from RGB is 66 - color contains mainly: blue. Hex color #082B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B42 is #F7D4BD. Grayscale: #232323. Windows color (decimal): -16241854 or 4336392. OLE color: 4336392.
HSL color Cylindrical-coordinate representation of color #082B42: hue angle of 203.79º 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 #082B42 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 43 | 66 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.74 |
| HSL | 203.79º | 0.78% | 0.15% | - |
| HSV(B) | 203.79º | 0.88% | 0.26% | - |
| XYZ | 1.95 | 2.17 | 5.47 | - |
| YUV | 35.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 66 | 0.88 | 0.35 | 0 | 0.74 | 203.79 | 0.78 | 0.15 |
| Hex | 8 | 2B | 42 | 58 | 23 | 0 | 4A | CC | 4E | F |
| Octal | 10 | 53 | 102 | 130 | 43 | 0 | 112 | 314 | 116 | 17 |
| Binary | 1000 | 101011 | 1000010 | 1011000 | 100011 | 0 | 1001010 | 11001100 | 1001110 | 1111 |
Color Harmonies of #082B42
Complementary color
Monochromatic Colors of #082B42
Black with #082B42
Text Example
Text Example
White with #082B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B42; }
p { color: rgb(8,43,66); }
H1.HeaderClassName
{
color: #082B42;
}
.AnyTagClassName
{
color: #082B42;
}
</style>
background-color css
<style>
a { background-color: #082B42; }
a { background-color: rgb(8,43,66); }
div.DivClassName
{
background-color: #082B42;
}
.BgClassName
{
background-color: #082B42;
}
</style>
border-color css
<style>
span { border-color: #082B42; }
span { border-color: rgb(8,43,66); }
td.TdClassName
{
border-color: #082B42;
}
.TagClassName
{
border-color: #082B42;
}
</style>