Shades of Tangaroa #082243
Tints of Tangaroa #082243
RGB
CMYK
RGB Variations
Color information
#082243 (or 0x082243) is known color: Tangaroa. HEX triplet: 08, 22 and 43. RGB value is (8,34,67). Sum of RGB (Red+Green+Blue) = 8+34+67=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #082243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082243 is #F7DDBC. Grayscale: #1D1D1D. Windows color (decimal): -16244157 or 4399624. OLE color: 4399624.
HSL color Cylindrical-coordinate representation of color #082243: hue angle of 213.56º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082243 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 34 | 67 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.74 |
| HSL | 213.56º | 0.79% | 0.15% | - |
| HSV(B) | 213.56º | 0.88% | 0.26% | - |
| XYZ | 1.69 | 1.6 | 5.53 | - |
| YUV | 29.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 67 | 0.88 | 0.49 | 0 | 0.74 | 213.56 | 0.79 | 0.15 |
| Hex | 8 | 22 | 43 | 58 | 31 | 0 | 4A | D6 | 4F | F |
| Octal | 10 | 42 | 103 | 130 | 61 | 0 | 112 | 326 | 117 | 17 |
| Binary | 1000 | 100010 | 1000011 | 1011000 | 110001 | 0 | 1001010 | 11010110 | 1001111 | 1111 |
Color Harmonies of #082243
Complementary color
Monochromatic Colors of #082243
Black with #082243
Text Example
Text Example
White with #082243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082243; }
p { color: rgb(8,34,67); }
H1.HeaderClassName
{
color: #082243;
}
.AnyTagClassName
{
color: #082243;
}
</style>
background-color css
<style>
a { background-color: #082243; }
a { background-color: rgb(8,34,67); }
div.DivClassName
{
background-color: #082243;
}
.BgClassName
{
background-color: #082243;
}
</style>
border-color css
<style>
span { border-color: #082243; }
span { border-color: rgb(8,34,67); }
td.TdClassName
{
border-color: #082243;
}
.TagClassName
{
border-color: #082243;
}
</style>