Shades of Tangaroa #081D3A
Tints of Tangaroa #081D3A
RGB
CMYK
RGB Variations
Color information
#081D3A (or 0x081D3A) is known color: Tangaroa. HEX triplet: 08, 1D and 3A. RGB value is (8,29,58). Sum of RGB (Red+Green+Blue) = 8+29+58=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #081D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D3A is #F7E2C5. Grayscale: #191919. Windows color (decimal): -16245446 or 3808520. OLE color: 3808520.
HSL color Cylindrical-coordinate representation of color #081D3A: hue angle of 214.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081D3A is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 29 | 58 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.77 |
| HSL | 214.8º | 0.76% | 0.13% | - |
| HSV(B) | 214.8º | 0.86% | 0.23% | - |
| XYZ | 1.3 | 1.24 | 4.17 | - |
| YUV | 26.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 58 | 0.86 | 0.5 | 0 | 0.77 | 214.8 | 0.76 | 0.13 |
| Hex | 8 | 1D | 3A | 56 | 32 | 0 | 4D | D7 | 4C | D |
| Octal | 10 | 35 | 72 | 126 | 62 | 0 | 115 | 327 | 114 | 15 |
| Binary | 1000 | 11101 | 111010 | 1010110 | 110010 | 0 | 1001101 | 11010111 | 1001100 | 1101 |
Color Harmonies of #081D3A
Complementary color
Monochromatic Colors of #081D3A
Black with #081D3A
Text Example
Text Example
White with #081D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D3A; }
p { color: rgb(8,29,58); }
H1.HeaderClassName
{
color: #081D3A;
}
.AnyTagClassName
{
color: #081D3A;
}
</style>
background-color css
<style>
a { background-color: #081D3A; }
a { background-color: rgb(8,29,58); }
div.DivClassName
{
background-color: #081D3A;
}
.BgClassName
{
background-color: #081D3A;
}
</style>
border-color css
<style>
span { border-color: #081D3A; }
span { border-color: rgb(8,29,58); }
td.TdClassName
{
border-color: #081D3A;
}
.TagClassName
{
border-color: #081D3A;
}
</style>