Shades of Tangaroa #082B3F
Tints of Tangaroa #082B3F
RGB
CMYK
RGB Variations
Color information
#082B3F (or 0x082B3F) is known color: Tangaroa. HEX triplet: 08, 2B and 3F. RGB value is (8,43,63). Sum of RGB (Red+Green+Blue) = 8+43+63=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #082B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B3F is #F7D4C0. Grayscale: #222222. Windows color (decimal): -16241857 or 4139784. OLE color: 4139784.
HSL color Cylindrical-coordinate representation of color #082B3F: hue angle of 201.82º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082B3F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 43 | 63 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.75 |
| HSL | 201.82º | 0.77% | 0.14% | - |
| HSV(B) | 201.82º | 0.87% | 0.25% | - |
| XYZ | 1.86 | 2.14 | 5.02 | - |
| YUV | 34.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 63 | 0.87 | 0.32 | 0 | 0.75 | 201.82 | 0.77 | 0.14 |
| Hex | 8 | 2B | 3F | 57 | 20 | 0 | 4B | CA | 4D | E |
| Octal | 10 | 53 | 77 | 127 | 40 | 0 | 113 | 312 | 115 | 16 |
| Binary | 1000 | 101011 | 111111 | 1010111 | 100000 | 0 | 1001011 | 11001010 | 1001101 | 1110 |
Color Harmonies of #082B3F
Complementary color
Monochromatic Colors of #082B3F
Black with #082B3F
Text Example
Text Example
White with #082B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B3F; }
p { color: rgb(8,43,63); }
H1.HeaderClassName
{
color: #082B3F;
}
.AnyTagClassName
{
color: #082B3F;
}
</style>
background-color css
<style>
a { background-color: #082B3F; }
a { background-color: rgb(8,43,63); }
div.DivClassName
{
background-color: #082B3F;
}
.BgClassName
{
background-color: #082B3F;
}
</style>
border-color css
<style>
span { border-color: #082B3F; }
span { border-color: rgb(8,43,63); }
td.TdClassName
{
border-color: #082B3F;
}
.TagClassName
{
border-color: #082B3F;
}
</style>