Shades of Tangaroa #082644
Tints of Tangaroa #082644
RGB
CMYK
RGB Variations
Color information
#082644 (or 0x082644) is known color: Tangaroa. HEX triplet: 08, 26 and 44. RGB value is (8,38,68). Sum of RGB (Red+Green+Blue) = 8+38+68=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #082644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082644 is #F7D9BB. Grayscale: #202020. Windows color (decimal): -16243132 or 4466184. OLE color: 4466184.
HSL color Cylindrical-coordinate representation of color #082644: hue angle of 210º 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 #082644 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 38 | 68 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.73 |
| HSL | 210º | 0.79% | 0.15% | - |
| HSV(B) | 210º | 0.88% | 0.27% | - |
| XYZ | 1.84 | 1.86 | 5.73 | - |
| YUV | 32.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 68 | 0.88 | 0.44 | 0 | 0.73 | 210 | 0.79 | 0.15 |
| Hex | 8 | 26 | 44 | 58 | 2C | 0 | 49 | D2 | 4F | F |
| Octal | 10 | 46 | 104 | 130 | 54 | 0 | 111 | 322 | 117 | 17 |
| Binary | 1000 | 100110 | 1000100 | 1011000 | 101100 | 0 | 1001001 | 11010010 | 1001111 | 1111 |
Color Harmonies of #082644
Complementary color
Monochromatic Colors of #082644
Black with #082644
Text Example
Text Example
White with #082644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082644; }
p { color: rgb(8,38,68); }
H1.HeaderClassName
{
color: #082644;
}
.AnyTagClassName
{
color: #082644;
}
</style>
background-color css
<style>
a { background-color: #082644; }
a { background-color: rgb(8,38,68); }
div.DivClassName
{
background-color: #082644;
}
.BgClassName
{
background-color: #082644;
}
</style>
border-color css
<style>
span { border-color: #082644; }
span { border-color: rgb(8,38,68); }
td.TdClassName
{
border-color: #082644;
}
.TagClassName
{
border-color: #082644;
}
</style>