Shades of Tangaroa #052A44
Tints of Tangaroa #052A44
RGB
CMYK
RGB Variations
Color information
#052A44 (or 0x052A44) is known color: Tangaroa. HEX triplet: 05, 2A and 44. RGB value is (5,42,68). Sum of RGB (Red+Green+Blue) = 5+42+68=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #052A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A44 is #FAD5BB. Grayscale: #212121. Windows color (decimal): -16438716 or 4467205. OLE color: 4467205.
HSL color Cylindrical-coordinate representation of color #052A44: hue angle of 204.76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052A44 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 42 | 68 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.73 |
| HSL | 204.76º | 0.86% | 0.14% | - |
| HSV(B) | 204.76º | 0.93% | 0.27% | - |
| XYZ | 1.93 | 2.11 | 5.77 | - |
| YUV | 33.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 68 | 0.93 | 0.38 | 0 | 0.73 | 204.76 | 0.86 | 0.14 |
| Hex | 5 | 2A | 44 | 5D | 26 | 0 | 49 | CD | 56 | E |
| Octal | 5 | 52 | 104 | 135 | 46 | 0 | 111 | 315 | 126 | 16 |
| Binary | 101 | 101010 | 1000100 | 1011101 | 100110 | 0 | 1001001 | 11001101 | 1010110 | 1110 |
Color Harmonies of #052A44
Complementary color
Monochromatic Colors of #052A44
Black with #052A44
Text Example
Text Example
White with #052A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A44; }
p { color: rgb(5,42,68); }
H1.HeaderClassName
{
color: #052A44;
}
.AnyTagClassName
{
color: #052A44;
}
</style>
background-color css
<style>
a { background-color: #052A44; }
a { background-color: rgb(5,42,68); }
div.DivClassName
{
background-color: #052A44;
}
.BgClassName
{
background-color: #052A44;
}
</style>
border-color css
<style>
span { border-color: #052A44; }
span { border-color: rgb(5,42,68); }
td.TdClassName
{
border-color: #052A44;
}
.TagClassName
{
border-color: #052A44;
}
</style>