Shades of Tangaroa #082144
Tints of Tangaroa #082144
RGB
CMYK
RGB Variations
Color information
#082144 (or 0x082144) is known color: Tangaroa. HEX triplet: 08, 21 and 44. RGB value is (8,33,68). Sum of RGB (Red+Green+Blue) = 8+33+68=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #082144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082144 is #F7DEBB. Grayscale: #1D1D1D. Windows color (decimal): -16244412 or 4464904. OLE color: 4464904.
HSL color Cylindrical-coordinate representation of color #082144: hue angle of 215º 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 #082144 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 33 | 68 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.73 |
| HSL | 215º | 0.79% | 0.15% | - |
| HSV(B) | 215º | 0.88% | 0.27% | - |
| XYZ | 1.69 | 1.56 | 5.68 | - |
| YUV | 29.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 68 | 0.88 | 0.51 | 0 | 0.73 | 215 | 0.79 | 0.15 |
| Hex | 8 | 21 | 44 | 58 | 33 | 0 | 49 | D7 | 4F | F |
| Octal | 10 | 41 | 104 | 130 | 63 | 0 | 111 | 327 | 117 | 17 |
| Binary | 1000 | 100001 | 1000100 | 1011000 | 110011 | 0 | 1001001 | 11010111 | 1001111 | 1111 |
Color Harmonies of #082144
Complementary color
Monochromatic Colors of #082144
Black with #082144
Text Example
Text Example
White with #082144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082144; }
p { color: rgb(8,33,68); }
H1.HeaderClassName
{
color: #082144;
}
.AnyTagClassName
{
color: #082144;
}
</style>
background-color css
<style>
a { background-color: #082144; }
a { background-color: rgb(8,33,68); }
div.DivClassName
{
background-color: #082144;
}
.BgClassName
{
background-color: #082144;
}
</style>
border-color css
<style>
span { border-color: #082144; }
span { border-color: rgb(8,33,68); }
td.TdClassName
{
border-color: #082144;
}
.TagClassName
{
border-color: #082144;
}
</style>