Shades of Tangaroa #082A48
Tints of Tangaroa #082A48
RGB
CMYK
RGB Variations
Color information
#082A48 (or 0x082A48) is known color: Tangaroa. HEX triplet: 08, 2A and 48. RGB value is (8,42,72). Sum of RGB (Red+Green+Blue) = 8+42+72=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #082A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A48 is #F7D5B7. Grayscale: #232323. Windows color (decimal): -16242104 or 4729352. OLE color: 4729352.
HSL color Cylindrical-coordinate representation of color #082A48: hue angle of 208.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082A48 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 42 | 72 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.72 |
| HSL | 208.13º | 0.8% | 0.16% | - |
| HSV(B) | 208.13º | 0.89% | 0.28% | - |
| XYZ | 2.1 | 2.18 | 6.44 | - |
| YUV | 35.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 72 | 0.89 | 0.42 | 0 | 0.72 | 208.13 | 0.8 | 0.16 |
| Hex | 8 | 2A | 48 | 59 | 2A | 0 | 48 | D0 | 50 | 10 |
| Octal | 10 | 52 | 110 | 131 | 52 | 0 | 110 | 320 | 120 | 20 |
| Binary | 1000 | 101010 | 1001000 | 1011001 | 101010 | 0 | 1001000 | 11010000 | 1010000 | 10000 |
Color Harmonies of #082A48
Complementary color
Monochromatic Colors of #082A48
Black with #082A48
Text Example
Text Example
White with #082A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A48; }
p { color: rgb(8,42,72); }
H1.HeaderClassName
{
color: #082A48;
}
.AnyTagClassName
{
color: #082A48;
}
</style>
background-color css
<style>
a { background-color: #082A48; }
a { background-color: rgb(8,42,72); }
div.DivClassName
{
background-color: #082A48;
}
.BgClassName
{
background-color: #082A48;
}
</style>
border-color css
<style>
span { border-color: #082A48; }
span { border-color: rgb(8,42,72); }
td.TdClassName
{
border-color: #082A48;
}
.TagClassName
{
border-color: #082A48;
}
</style>