Shades of Tangaroa #08293A
Tints of Tangaroa #08293A
RGB
CMYK
RGB Variations
Color information
#08293A (or 0x08293A) is known color: Tangaroa. HEX triplet: 08, 29 and 3A. RGB value is (8,41,58). Sum of RGB (Red+Green+Blue) = 8+41+58=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #08293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08293A is #F7D6C5. Grayscale: #202020. Windows color (decimal): -16242374 or 3811592. OLE color: 3811592.
HSL color Cylindrical-coordinate representation of color #08293A: hue angle of 200.4º 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 #08293A is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 41 | 58 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.77 |
| HSL | 200.4º | 0.76% | 0.13% | - |
| HSV(B) | 200.4º | 0.86% | 0.23% | - |
| XYZ | 1.66 | 1.94 | 4.29 | - |
| YUV | 33.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 58 | 0.86 | 0.29 | 0 | 0.77 | 200.4 | 0.76 | 0.13 |
| Hex | 8 | 29 | 3A | 56 | 1D | 0 | 4D | C8 | 4C | D |
| Octal | 10 | 51 | 72 | 126 | 35 | 0 | 115 | 310 | 114 | 15 |
| Binary | 1000 | 101001 | 111010 | 1010110 | 11101 | 0 | 1001101 | 11001000 | 1001100 | 1101 |
Color Harmonies of #08293A
Complementary color
Monochromatic Colors of #08293A
Black with #08293A
Text Example
Text Example
White with #08293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08293A; }
p { color: rgb(8,41,58); }
H1.HeaderClassName
{
color: #08293A;
}
.AnyTagClassName
{
color: #08293A;
}
</style>
background-color css
<style>
a { background-color: #08293A; }
a { background-color: rgb(8,41,58); }
div.DivClassName
{
background-color: #08293A;
}
.BgClassName
{
background-color: #08293A;
}
</style>
border-color css
<style>
span { border-color: #08293A; }
span { border-color: rgb(8,41,58); }
td.TdClassName
{
border-color: #08293A;
}
.TagClassName
{
border-color: #08293A;
}
</style>