Shades of Tangaroa #082745
Tints of Tangaroa #082745
RGB
CMYK
RGB Variations
Color information
#082745 (or 0x082745) is known color: Tangaroa. HEX triplet: 08, 27 and 45. RGB value is (8,39,69). Sum of RGB (Red+Green+Blue) = 8+39+69=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #082745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082745 is #F7D8BA. Grayscale: #212121. Windows color (decimal): -16242875 or 4531976. OLE color: 4531976.
HSL color Cylindrical-coordinate representation of color #082745: hue angle of 209.51º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082745 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 39 | 69 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.73 |
| HSL | 209.51º | 0.79% | 0.15% | - |
| HSV(B) | 209.51º | 0.88% | 0.27% | - |
| XYZ | 1.9 | 1.93 | 5.9 | - |
| YUV | 33.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 69 | 0.88 | 0.43 | 0 | 0.73 | 209.51 | 0.79 | 0.15 |
| Hex | 8 | 27 | 45 | 58 | 2B | 0 | 49 | D2 | 4F | F |
| Octal | 10 | 47 | 105 | 130 | 53 | 0 | 111 | 322 | 117 | 17 |
| Binary | 1000 | 100111 | 1000101 | 1011000 | 101011 | 0 | 1001001 | 11010010 | 1001111 | 1111 |
Color Harmonies of #082745
Complementary color
Monochromatic Colors of #082745
Black with #082745
Text Example
Text Example
White with #082745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082745; }
p { color: rgb(8,39,69); }
H1.HeaderClassName
{
color: #082745;
}
.AnyTagClassName
{
color: #082745;
}
</style>
background-color css
<style>
a { background-color: #082745; }
a { background-color: rgb(8,39,69); }
div.DivClassName
{
background-color: #082745;
}
.BgClassName
{
background-color: #082745;
}
</style>
border-color css
<style>
span { border-color: #082745; }
span { border-color: rgb(8,39,69); }
td.TdClassName
{
border-color: #082745;
}
.TagClassName
{
border-color: #082745;
}
</style>