Shades of Tangaroa #052C3F
Tints of Tangaroa #052C3F
RGB
CMYK
RGB Variations
Color information
#052C3F (or 0x052C3F) is known color: Tangaroa. HEX triplet: 05, 2C and 3F. RGB value is (5,44,63). Sum of RGB (Red+Green+Blue) = 5+44+63=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #052C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C3F is #FAD3C0. Grayscale: #222222. Windows color (decimal): -16438209 or 4140037. OLE color: 4140037.
HSL color Cylindrical-coordinate representation of color #052C3F: hue angle of 199.66º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052C3F is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 44 | 63 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.75 |
| HSL | 199.66º | 0.85% | 0.13% | - |
| HSV(B) | 199.66º | 0.92% | 0.25% | - |
| XYZ | 1.86 | 2.19 | 5.03 | - |
| YUV | 34.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 63 | 0.92 | 0.30 | 0 | 0.75 | 199.66 | 0.85 | 0.13 |
| Hex | 5 | 2C | 3F | 5C | 1E | 0 | 4B | C8 | 55 | D |
| Octal | 5 | 54 | 77 | 134 | 36 | 0 | 113 | 310 | 125 | 15 |
| Binary | 101 | 101100 | 111111 | 1011100 | 11110 | 0 | 1001011 | 11001000 | 1010101 | 1101 |
Color Harmonies of #052C3F
Complementary color
Monochromatic Colors of #052C3F
Black with #052C3F
Text Example
Text Example
White with #052C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C3F; }
p { color: rgb(5,44,63); }
H1.HeaderClassName
{
color: #052C3F;
}
.AnyTagClassName
{
color: #052C3F;
}
</style>
background-color css
<style>
a { background-color: #052C3F; }
a { background-color: rgb(5,44,63); }
div.DivClassName
{
background-color: #052C3F;
}
.BgClassName
{
background-color: #052C3F;
}
</style>
border-color css
<style>
span { border-color: #052C3F; }
span { border-color: rgb(5,44,63); }
td.TdClassName
{
border-color: #052C3F;
}
.TagClassName
{
border-color: #052C3F;
}
</style>