Shades of Tangaroa #08203B
Tints of Tangaroa #08203B
RGB
CMYK
RGB Variations
Color information
#08203B (or 0x08203B) is known color: Tangaroa. HEX triplet: 08, 20 and 3B. RGB value is (8,32,59). Sum of RGB (Red+Green+Blue) = 8+32+59=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #08203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08203B is #F7DFC4. Grayscale: #1B1B1B. Windows color (decimal): -16244677 or 3874824. OLE color: 3874824.
HSL color Cylindrical-coordinate representation of color #08203B: hue angle of 211.76º 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 #08203B is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 32 | 59 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.77 |
| HSL | 211.76º | 0.76% | 0.13% | - |
| HSV(B) | 211.76º | 0.86% | 0.23% | - |
| XYZ | 1.41 | 1.4 | 4.33 | - |
| YUV | 27.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 59 | 0.86 | 0.46 | 0 | 0.77 | 211.76 | 0.76 | 0.13 |
| Hex | 8 | 20 | 3B | 56 | 2E | 0 | 4D | D4 | 4C | D |
| Octal | 10 | 40 | 73 | 126 | 56 | 0 | 115 | 324 | 114 | 15 |
| Binary | 1000 | 100000 | 111011 | 1010110 | 101110 | 0 | 1001101 | 11010100 | 1001100 | 1101 |
Color Harmonies of #08203B
Complementary color
Monochromatic Colors of #08203B
Black with #08203B
Text Example
Text Example
White with #08203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08203B; }
p { color: rgb(8,32,59); }
H1.HeaderClassName
{
color: #08203B;
}
.AnyTagClassName
{
color: #08203B;
}
</style>
background-color css
<style>
a { background-color: #08203B; }
a { background-color: rgb(8,32,59); }
div.DivClassName
{
background-color: #08203B;
}
.BgClassName
{
background-color: #08203B;
}
</style>
border-color css
<style>
span { border-color: #08203B; }
span { border-color: rgb(8,32,59); }
td.TdClassName
{
border-color: #08203B;
}
.TagClassName
{
border-color: #08203B;
}
</style>