Shades of Tangaroa #052549
Tints of Tangaroa #052549
RGB
CMYK
RGB Variations
Color information
#052549 (or 0x052549) is known color: Tangaroa. HEX triplet: 05, 25 and 49. RGB value is (5,37,73). Sum of RGB (Red+Green+Blue) = 5+37+73=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #052549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052549 is #FADAB6. Grayscale: #1F1F1F. Windows color (decimal): -16439991 or 4793605. OLE color: 4793605.
HSL color Cylindrical-coordinate representation of color #052549: hue angle of 211.76º 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 #052549 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 37 | 73 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.71 |
| HSL | 211.76º | 0.87% | 0.15% | - |
| HSV(B) | 211.76º | 0.93% | 0.29% | - |
| XYZ | 1.93 | 1.84 | 6.56 | - |
| YUV | 31.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 73 | 0.93 | 0.49 | 0 | 0.71 | 211.76 | 0.87 | 0.15 |
| Hex | 5 | 25 | 49 | 5D | 31 | 0 | 47 | D4 | 57 | F |
| Octal | 5 | 45 | 111 | 135 | 61 | 0 | 107 | 324 | 127 | 17 |
| Binary | 101 | 100101 | 1001001 | 1011101 | 110001 | 0 | 1000111 | 11010100 | 1010111 | 1111 |
Color Harmonies of #052549
Complementary color
Monochromatic Colors of #052549
Black with #052549
Text Example
Text Example
White with #052549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052549; }
p { color: rgb(5,37,73); }
H1.HeaderClassName
{
color: #052549;
}
.AnyTagClassName
{
color: #052549;
}
</style>
background-color css
<style>
a { background-color: #052549; }
a { background-color: rgb(5,37,73); }
div.DivClassName
{
background-color: #052549;
}
.BgClassName
{
background-color: #052549;
}
</style>
border-color css
<style>
span { border-color: #052549; }
span { border-color: rgb(5,37,73); }
td.TdClassName
{
border-color: #052549;
}
.TagClassName
{
border-color: #052549;
}
</style>