Shades of Tangaroa #082A44
Tints of Tangaroa #082A44
RGB
CMYK
RGB Variations
Color information
#082A44 (or 0x082A44) is known color: Tangaroa. HEX triplet: 08, 2A and 44. RGB value is (8,42,68). Sum of RGB (Red+Green+Blue) = 8+42+68=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #082A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A44 is #F7D5BB. Grayscale: #222222. Windows color (decimal): -16242108 or 4467208. OLE color: 4467208.
HSL color Cylindrical-coordinate representation of color #082A44: hue angle of 206º 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 #082A44 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 42 | 68 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.73 |
| HSL | 206º | 0.79% | 0.15% | - |
| HSV(B) | 206º | 0.88% | 0.27% | - |
| XYZ | 1.97 | 2.12 | 5.78 | - |
| YUV | 34.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 68 | 0.88 | 0.38 | 0 | 0.73 | 206 | 0.79 | 0.15 |
| Hex | 8 | 2A | 44 | 58 | 26 | 0 | 49 | CE | 4F | F |
| Octal | 10 | 52 | 104 | 130 | 46 | 0 | 111 | 316 | 117 | 17 |
| Binary | 1000 | 101010 | 1000100 | 1011000 | 100110 | 0 | 1001001 | 11001110 | 1001111 | 1111 |
Color Harmonies of #082A44
Complementary color
Monochromatic Colors of #082A44
Black with #082A44
Text Example
Text Example
White with #082A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A44; }
p { color: rgb(8,42,68); }
H1.HeaderClassName
{
color: #082A44;
}
.AnyTagClassName
{
color: #082A44;
}
</style>
background-color css
<style>
a { background-color: #082A44; }
a { background-color: rgb(8,42,68); }
div.DivClassName
{
background-color: #082A44;
}
.BgClassName
{
background-color: #082A44;
}
</style>
border-color css
<style>
span { border-color: #082A44; }
span { border-color: rgb(8,42,68); }
td.TdClassName
{
border-color: #082A44;
}
.TagClassName
{
border-color: #082A44;
}
</style>