Shades of Tangaroa #08284A
Tints of Tangaroa #08284A
RGB
CMYK
RGB Variations
Color information
#08284A (or 0x08284A) is known color: Tangaroa. HEX triplet: 08, 28 and 4A. RGB value is (8,40,74). Sum of RGB (Red+Green+Blue) = 8+40+74=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #08284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08284A is #F7D7B5. Grayscale: #222222. Windows color (decimal): -16242614 or 4859912. OLE color: 4859912.
HSL color Cylindrical-coordinate representation of color #08284A: hue angle of 210.91º 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 #08284A is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 40 | 74 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.71 |
| HSL | 210.91º | 0.8% | 0.16% | - |
| HSV(B) | 210.91º | 0.89% | 0.29% | - |
| XYZ | 2.09 | 2.06 | 6.77 | - |
| YUV | 34.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 74 | 0.89 | 0.46 | 0 | 0.71 | 210.91 | 0.8 | 0.16 |
| Hex | 8 | 28 | 4A | 59 | 2E | 0 | 47 | D3 | 50 | 10 |
| Octal | 10 | 50 | 112 | 131 | 56 | 0 | 107 | 323 | 120 | 20 |
| Binary | 1000 | 101000 | 1001010 | 1011001 | 101110 | 0 | 1000111 | 11010011 | 1010000 | 10000 |
Color Harmonies of #08284A
Complementary color
Monochromatic Colors of #08284A
Black with #08284A
Text Example
Text Example
White with #08284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08284A; }
p { color: rgb(8,40,74); }
H1.HeaderClassName
{
color: #08284A;
}
.AnyTagClassName
{
color: #08284A;
}
</style>
background-color css
<style>
a { background-color: #08284A; }
a { background-color: rgb(8,40,74); }
div.DivClassName
{
background-color: #08284A;
}
.BgClassName
{
background-color: #08284A;
}
</style>
border-color css
<style>
span { border-color: #08284A; }
span { border-color: rgb(8,40,74); }
td.TdClassName
{
border-color: #08284A;
}
.TagClassName
{
border-color: #08284A;
}
</style>