Shades of Tangaroa #052B39
Tints of Tangaroa #052B39
RGB
CMYK
RGB Variations
Color information
#052B39 (or 0x052B39) is known color: Tangaroa. HEX triplet: 05, 2B and 39. RGB value is (5,43,57). Sum of RGB (Red+Green+Blue) = 5+43+57=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #052B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B39 is #FAD4C6. Grayscale: #212121. Windows color (decimal): -16438471 or 3746565. OLE color: 3746565.
HSL color Cylindrical-coordinate representation of color #052B39: hue angle of 196.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052B39 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 43 | 57 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.78 |
| HSL | 196.15º | 0.84% | 0.12% | - |
| HSV(B) | 196.15º | 0.91% | 0.22% | - |
| XYZ | 1.66 | 2.06 | 4.18 | - |
| YUV | 33.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 57 | 0.91 | 0.25 | 0 | 0.78 | 196.15 | 0.84 | 0.12 |
| Hex | 5 | 2B | 39 | 5B | 19 | 0 | 4E | C4 | 54 | C |
| Octal | 5 | 53 | 71 | 133 | 31 | 0 | 116 | 304 | 124 | 14 |
| Binary | 101 | 101011 | 111001 | 1011011 | 11001 | 0 | 1001110 | 11000100 | 1010100 | 1100 |
Color Harmonies of #052B39
Complementary color
Monochromatic Colors of #052B39
Black with #052B39
Text Example
Text Example
White with #052B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B39; }
p { color: rgb(5,43,57); }
H1.HeaderClassName
{
color: #052B39;
}
.AnyTagClassName
{
color: #052B39;
}
</style>
background-color css
<style>
a { background-color: #052B39; }
a { background-color: rgb(5,43,57); }
div.DivClassName
{
background-color: #052B39;
}
.BgClassName
{
background-color: #052B39;
}
</style>
border-color css
<style>
span { border-color: #052B39; }
span { border-color: rgb(5,43,57); }
td.TdClassName
{
border-color: #052B39;
}
.TagClassName
{
border-color: #052B39;
}
</style>