Shades of Tangaroa #052644
Tints of Tangaroa #052644
RGB
CMYK
RGB Variations
Color information
#052644 (or 0x052644) is known color: Tangaroa. HEX triplet: 05, 26 and 44. RGB value is (5,38,68). Sum of RGB (Red+Green+Blue) = 5+38+68=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #052644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052644 is #FAD9BB. Grayscale: #1F1F1F. Windows color (decimal): -16439740 or 4466181. OLE color: 4466181.
HSL color Cylindrical-coordinate representation of color #052644: hue angle of 208.57º 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 #052644 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 38 | 68 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.73 |
| HSL | 208.57º | 0.86% | 0.14% | - |
| HSV(B) | 208.57º | 0.93% | 0.27% | - |
| XYZ | 1.8 | 1.84 | 5.73 | - |
| YUV | 31.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 68 | 0.93 | 0.44 | 0 | 0.73 | 208.57 | 0.86 | 0.14 |
| Hex | 5 | 26 | 44 | 5D | 2C | 0 | 49 | D1 | 56 | E |
| Octal | 5 | 46 | 104 | 135 | 54 | 0 | 111 | 321 | 126 | 16 |
| Binary | 101 | 100110 | 1000100 | 1011101 | 101100 | 0 | 1001001 | 11010001 | 1010110 | 1110 |
Color Harmonies of #052644
Complementary color
Monochromatic Colors of #052644
Black with #052644
Text Example
Text Example
White with #052644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052644; }
p { color: rgb(5,38,68); }
H1.HeaderClassName
{
color: #052644;
}
.AnyTagClassName
{
color: #052644;
}
</style>
background-color css
<style>
a { background-color: #052644; }
a { background-color: rgb(5,38,68); }
div.DivClassName
{
background-color: #052644;
}
.BgClassName
{
background-color: #052644;
}
</style>
border-color css
<style>
span { border-color: #052644; }
span { border-color: rgb(5,38,68); }
td.TdClassName
{
border-color: #052644;
}
.TagClassName
{
border-color: #052644;
}
</style>