Shades of Tangaroa #052B43
Tints of Tangaroa #052B43
RGB
CMYK
RGB Variations
Color information
#052B43 (or 0x052B43) is known color: Tangaroa. HEX triplet: 05, 2B and 43. RGB value is (5,43,67). Sum of RGB (Red+Green+Blue) = 5+43+67=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #052B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B43 is #FAD4BC. Grayscale: #222222. Windows color (decimal): -16438461 or 4401925. OLE color: 4401925.
HSL color Cylindrical-coordinate representation of color #052B43: hue angle of 203.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052B43 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 43 | 67 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.74 |
| HSL | 203.23º | 0.86% | 0.14% | - |
| HSV(B) | 203.23º | 0.93% | 0.26% | - |
| XYZ | 1.94 | 2.17 | 5.63 | - |
| YUV | 34.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 67 | 0.93 | 0.36 | 0 | 0.74 | 203.23 | 0.86 | 0.14 |
| Hex | 5 | 2B | 43 | 5D | 24 | 0 | 4A | CB | 56 | E |
| Octal | 5 | 53 | 103 | 135 | 44 | 0 | 112 | 313 | 126 | 16 |
| Binary | 101 | 101011 | 1000011 | 1011101 | 100100 | 0 | 1001010 | 11001011 | 1010110 | 1110 |
Color Harmonies of #052B43
Complementary color
Monochromatic Colors of #052B43
Black with #052B43
Text Example
Text Example
White with #052B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B43; }
p { color: rgb(5,43,67); }
H1.HeaderClassName
{
color: #052B43;
}
.AnyTagClassName
{
color: #052B43;
}
</style>
background-color css
<style>
a { background-color: #052B43; }
a { background-color: rgb(5,43,67); }
div.DivClassName
{
background-color: #052B43;
}
.BgClassName
{
background-color: #052B43;
}
</style>
border-color css
<style>
span { border-color: #052B43; }
span { border-color: rgb(5,43,67); }
td.TdClassName
{
border-color: #052B43;
}
.TagClassName
{
border-color: #052B43;
}
</style>