Shades of Tangaroa #08243A
Tints of Tangaroa #08243A
RGB
CMYK
RGB Variations
Color information
#08243A (or 0x08243A) is known color: Tangaroa. HEX triplet: 08, 24 and 3A. RGB value is (8,36,58). Sum of RGB (Red+Green+Blue) = 8+36+58=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #08243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08243A is #F7DBC5. Grayscale: #1E1E1E. Windows color (decimal): -16243654 or 3810312. OLE color: 3810312.
HSL color Cylindrical-coordinate representation of color #08243A: hue angle of 206.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 #08243A is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 36 | 58 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.77 |
| HSL | 206.4º | 0.76% | 0.13% | - |
| HSV(B) | 206.4º | 0.86% | 0.23% | - |
| XYZ | 1.49 | 1.62 | 4.24 | - |
| YUV | 30.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 58 | 0.86 | 0.38 | 0 | 0.77 | 206.4 | 0.76 | 0.13 |
| Hex | 8 | 24 | 3A | 56 | 26 | 0 | 4D | CE | 4C | D |
| Octal | 10 | 44 | 72 | 126 | 46 | 0 | 115 | 316 | 114 | 15 |
| Binary | 1000 | 100100 | 111010 | 1010110 | 100110 | 0 | 1001101 | 11001110 | 1001100 | 1101 |
Color Harmonies of #08243A
Complementary color
Monochromatic Colors of #08243A
Black with #08243A
Text Example
Text Example
White with #08243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08243A; }
p { color: rgb(8,36,58); }
H1.HeaderClassName
{
color: #08243A;
}
.AnyTagClassName
{
color: #08243A;
}
</style>
background-color css
<style>
a { background-color: #08243A; }
a { background-color: rgb(8,36,58); }
div.DivClassName
{
background-color: #08243A;
}
.BgClassName
{
background-color: #08243A;
}
</style>
border-color css
<style>
span { border-color: #08243A; }
span { border-color: rgb(8,36,58); }
td.TdClassName
{
border-color: #08243A;
}
.TagClassName
{
border-color: #08243A;
}
</style>