Shades of Tangaroa #082749
Tints of Tangaroa #082749
RGB
CMYK
RGB Variations
Color information
#082749 (or 0x082749) is known color: Tangaroa. HEX triplet: 08, 27 and 49. RGB value is (8,39,73). Sum of RGB (Red+Green+Blue) = 8+39+73=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #082749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082749 is #F7D8B6. Grayscale: #212121. Windows color (decimal): -16242871 or 4794120. OLE color: 4794120.
HSL color Cylindrical-coordinate representation of color #082749: hue angle of 211.38º 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 #082749 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 39 | 73 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.71 |
| HSL | 211.38º | 0.8% | 0.16% | - |
| HSV(B) | 211.38º | 0.89% | 0.29% | - |
| XYZ | 2.03 | 1.98 | 6.58 | - |
| YUV | 33.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 73 | 0.89 | 0.47 | 0 | 0.71 | 211.38 | 0.8 | 0.16 |
| Hex | 8 | 27 | 49 | 59 | 2F | 0 | 47 | D3 | 50 | 10 |
| Octal | 10 | 47 | 111 | 131 | 57 | 0 | 107 | 323 | 120 | 20 |
| Binary | 1000 | 100111 | 1001001 | 1011001 | 101111 | 0 | 1000111 | 11010011 | 1010000 | 10000 |
Color Harmonies of #082749
Complementary color
Monochromatic Colors of #082749
Black with #082749
Text Example
Text Example
White with #082749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082749; }
p { color: rgb(8,39,73); }
H1.HeaderClassName
{
color: #082749;
}
.AnyTagClassName
{
color: #082749;
}
</style>
background-color css
<style>
a { background-color: #082749; }
a { background-color: rgb(8,39,73); }
div.DivClassName
{
background-color: #082749;
}
.BgClassName
{
background-color: #082749;
}
</style>
border-color css
<style>
span { border-color: #082749; }
span { border-color: rgb(8,39,73); }
td.TdClassName
{
border-color: #082749;
}
.TagClassName
{
border-color: #082749;
}
</style>