Shades of Tangaroa #051D37
Tints of Tangaroa #051D37
RGB
CMYK
RGB Variations
Color information
#051D37 (or 0x051D37) is known color: Tangaroa. HEX triplet: 05, 1D and 37. RGB value is (5,29,55). Sum of RGB (Red+Green+Blue) = 5+29+55=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #051D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D37 is #FAE2C8. Grayscale: #181818. Windows color (decimal): -16442057 or 3611909. OLE color: 3611909.
HSL color Cylindrical-coordinate representation of color #051D37: hue angle of 211.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051D37 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 29 | 55 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.78 |
| HSL | 211.2º | 0.83% | 0.12% | - |
| HSV(B) | 211.2º | 0.91% | 0.22% | - |
| XYZ | 1.19 | 1.19 | 3.78 | - |
| YUV | 24.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 55 | 0.91 | 0.47 | 0 | 0.78 | 211.2 | 0.83 | 0.12 |
| Hex | 5 | 1D | 37 | 5B | 2F | 0 | 4E | D3 | 53 | C |
| Octal | 5 | 35 | 67 | 133 | 57 | 0 | 116 | 323 | 123 | 14 |
| Binary | 101 | 11101 | 110111 | 1011011 | 101111 | 0 | 1001110 | 11010011 | 1010011 | 1100 |
Color Harmonies of #051D37
Complementary color
Monochromatic Colors of #051D37
Black with #051D37
Text Example
Text Example
White with #051D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D37; }
p { color: rgb(5,29,55); }
H1.HeaderClassName
{
color: #051D37;
}
.AnyTagClassName
{
color: #051D37;
}
</style>
background-color css
<style>
a { background-color: #051D37; }
a { background-color: rgb(5,29,55); }
div.DivClassName
{
background-color: #051D37;
}
.BgClassName
{
background-color: #051D37;
}
</style>
border-color css
<style>
span { border-color: #051D37; }
span { border-color: rgb(5,29,55); }
td.TdClassName
{
border-color: #051D37;
}
.TagClassName
{
border-color: #051D37;
}
</style>