Shades of Tangaroa #08294A
Tints of Tangaroa #08294A
RGB
CMYK
RGB Variations
Color information
#08294A (or 0x08294A) is known color: Tangaroa. HEX triplet: 08, 29 and 4A. RGB value is (8,41,74). Sum of RGB (Red+Green+Blue) = 8+41+74=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #08294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08294A is #F7D6B5. Grayscale: #222222. Windows color (decimal): -16242358 or 4860168. OLE color: 4860168.
HSL color Cylindrical-coordinate representation of color #08294A: hue angle of 210º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08294A is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 41 | 74 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.71 |
| HSL | 210º | 0.8% | 0.16% | - |
| HSV(B) | 210º | 0.89% | 0.29% | - |
| XYZ | 2.13 | 2.13 | 6.78 | - |
| YUV | 34.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 74 | 0.89 | 0.45 | 0 | 0.71 | 210 | 0.8 | 0.16 |
| Hex | 8 | 29 | 4A | 59 | 2D | 0 | 47 | D2 | 50 | 10 |
| Octal | 10 | 51 | 112 | 131 | 55 | 0 | 107 | 322 | 120 | 20 |
| Binary | 1000 | 101001 | 1001010 | 1011001 | 101101 | 0 | 1000111 | 11010010 | 1010000 | 10000 |
Color Harmonies of #08294A
Complementary color
Monochromatic Colors of #08294A
Black with #08294A
Text Example
Text Example
White with #08294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08294A; }
p { color: rgb(8,41,74); }
H1.HeaderClassName
{
color: #08294A;
}
.AnyTagClassName
{
color: #08294A;
}
</style>
background-color css
<style>
a { background-color: #08294A; }
a { background-color: rgb(8,41,74); }
div.DivClassName
{
background-color: #08294A;
}
.BgClassName
{
background-color: #08294A;
}
</style>
border-color css
<style>
span { border-color: #08294A; }
span { border-color: rgb(8,41,74); }
td.TdClassName
{
border-color: #08294A;
}
.TagClassName
{
border-color: #08294A;
}
</style>