Shades of Tangaroa #052041
Tints of Tangaroa #052041
RGB
CMYK
RGB Variations
Color information
#052041 (or 0x052041) is known color: Tangaroa. HEX triplet: 05, 20 and 41. RGB value is (5,32,65). Sum of RGB (Red+Green+Blue) = 5+32+65=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #052041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052041 is #FADFBE. Grayscale: #1B1B1B. Windows color (decimal): -16441279 or 4268037. OLE color: 4268037.
HSL color Cylindrical-coordinate representation of color #052041: hue angle of 213º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052041 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 32 | 65 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.75 |
| HSL | 213º | 0.86% | 0.14% | - |
| HSV(B) | 213º | 0.92% | 0.25% | - |
| XYZ | 1.53 | 1.45 | 5.2 | - |
| YUV | 27.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 65 | 0.92 | 0.51 | 0 | 0.75 | 213 | 0.86 | 0.14 |
| Hex | 5 | 20 | 41 | 5C | 33 | 0 | 4B | D5 | 56 | E |
| Octal | 5 | 40 | 101 | 134 | 63 | 0 | 113 | 325 | 126 | 16 |
| Binary | 101 | 100000 | 1000001 | 1011100 | 110011 | 0 | 1001011 | 11010101 | 1010110 | 1110 |
Color Harmonies of #052041
Complementary color
Monochromatic Colors of #052041
Black with #052041
Text Example
Text Example
White with #052041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052041; }
p { color: rgb(5,32,65); }
H1.HeaderClassName
{
color: #052041;
}
.AnyTagClassName
{
color: #052041;
}
</style>
background-color css
<style>
a { background-color: #052041; }
a { background-color: rgb(5,32,65); }
div.DivClassName
{
background-color: #052041;
}
.BgClassName
{
background-color: #052041;
}
</style>
border-color css
<style>
span { border-color: #052041; }
span { border-color: rgb(5,32,65); }
td.TdClassName
{
border-color: #052041;
}
.TagClassName
{
border-color: #052041;
}
</style>