Shades of Tangaroa #052944
Tints of Tangaroa #052944
RGB
CMYK
RGB Variations
Color information
#052944 (or 0x052944) is known color: Tangaroa. HEX triplet: 05, 29 and 44. RGB value is (5,41,68). Sum of RGB (Red+Green+Blue) = 5+41+68=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #052944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052944 is #FAD6BB. Grayscale: #212121. Windows color (decimal): -16438972 or 4466949. OLE color: 4466949.
HSL color Cylindrical-coordinate representation of color #052944: hue angle of 205.71º 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 #052944 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 41 | 68 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.73 |
| HSL | 205.71º | 0.86% | 0.14% | - |
| HSV(B) | 205.71º | 0.93% | 0.27% | - |
| XYZ | 1.9 | 2.04 | 5.76 | - |
| YUV | 33.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 68 | 0.93 | 0.40 | 0 | 0.73 | 205.71 | 0.86 | 0.14 |
| Hex | 5 | 29 | 44 | 5D | 28 | 0 | 49 | CE | 56 | E |
| Octal | 5 | 51 | 104 | 135 | 50 | 0 | 111 | 316 | 126 | 16 |
| Binary | 101 | 101001 | 1000100 | 1011101 | 101000 | 0 | 1001001 | 11001110 | 1010110 | 1110 |
Color Harmonies of #052944
Complementary color
Monochromatic Colors of #052944
Black with #052944
Text Example
Text Example
White with #052944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052944; }
p { color: rgb(5,41,68); }
H1.HeaderClassName
{
color: #052944;
}
.AnyTagClassName
{
color: #052944;
}
</style>
background-color css
<style>
a { background-color: #052944; }
a { background-color: rgb(5,41,68); }
div.DivClassName
{
background-color: #052944;
}
.BgClassName
{
background-color: #052944;
}
</style>
border-color css
<style>
span { border-color: #052944; }
span { border-color: rgb(5,41,68); }
td.TdClassName
{
border-color: #052944;
}
.TagClassName
{
border-color: #052944;
}
</style>