Shades of Tangaroa #052649
Tints of Tangaroa #052649
RGB
CMYK
RGB Variations
Color information
#052649 (or 0x052649) is known color: Tangaroa. HEX triplet: 05, 26 and 49. RGB value is (5,38,73). Sum of RGB (Red+Green+Blue) = 5+38+73=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #052649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052649 is #FAD9B6. Grayscale: #1F1F1F. Windows color (decimal): -16439735 or 4793861. OLE color: 4793861.
HSL color Cylindrical-coordinate representation of color #052649: hue angle of 210.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052649 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 38 | 73 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.71 |
| HSL | 210.88º | 0.87% | 0.15% | - |
| HSV(B) | 210.88º | 0.93% | 0.29% | - |
| XYZ | 1.96 | 1.9 | 6.57 | - |
| YUV | 32.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 73 | 0.93 | 0.48 | 0 | 0.71 | 210.88 | 0.87 | 0.15 |
| Hex | 5 | 26 | 49 | 5D | 30 | 0 | 47 | D3 | 57 | F |
| Octal | 5 | 46 | 111 | 135 | 60 | 0 | 107 | 323 | 127 | 17 |
| Binary | 101 | 100110 | 1001001 | 1011101 | 110000 | 0 | 1000111 | 11010011 | 1010111 | 1111 |
Color Harmonies of #052649
Complementary color
Monochromatic Colors of #052649
Black with #052649
Text Example
Text Example
White with #052649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052649; }
p { color: rgb(5,38,73); }
H1.HeaderClassName
{
color: #052649;
}
.AnyTagClassName
{
color: #052649;
}
</style>
background-color css
<style>
a { background-color: #052649; }
a { background-color: rgb(5,38,73); }
div.DivClassName
{
background-color: #052649;
}
.BgClassName
{
background-color: #052649;
}
</style>
border-color css
<style>
span { border-color: #052649; }
span { border-color: rgb(5,38,73); }
td.TdClassName
{
border-color: #052649;
}
.TagClassName
{
border-color: #052649;
}
</style>