Shades of Tangaroa #051D3D
Tints of Tangaroa #051D3D
RGB
CMYK
RGB Variations
Color information
#051D3D (or 0x051D3D) is known color: Tangaroa. HEX triplet: 05, 1D and 3D. RGB value is (5,29,61). Sum of RGB (Red+Green+Blue) = 5+29+61=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #051D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D3D is #FAE2C2. Grayscale: #191919. Windows color (decimal): -16442051 or 4005125. OLE color: 4005125.
HSL color Cylindrical-coordinate representation of color #051D3D: hue angle of 214.29º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051D3D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 29 | 61 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.76 |
| HSL | 214.29º | 0.85% | 0.13% | - |
| HSV(B) | 214.29º | 0.92% | 0.24% | - |
| XYZ | 1.34 | 1.25 | 4.58 | - |
| YUV | 25.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 61 | 0.92 | 0.52 | 0 | 0.76 | 214.29 | 0.85 | 0.13 |
| Hex | 5 | 1D | 3D | 5C | 34 | 0 | 4C | D6 | 55 | D |
| Octal | 5 | 35 | 75 | 134 | 64 | 0 | 114 | 326 | 125 | 15 |
| Binary | 101 | 11101 | 111101 | 1011100 | 110100 | 0 | 1001100 | 11010110 | 1010101 | 1101 |
Color Harmonies of #051D3D
Complementary color
Monochromatic Colors of #051D3D
Black with #051D3D
Text Example
Text Example
White with #051D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D3D; }
p { color: rgb(5,29,61); }
H1.HeaderClassName
{
color: #051D3D;
}
.AnyTagClassName
{
color: #051D3D;
}
</style>
background-color css
<style>
a { background-color: #051D3D; }
a { background-color: rgb(5,29,61); }
div.DivClassName
{
background-color: #051D3D;
}
.BgClassName
{
background-color: #051D3D;
}
</style>
border-color css
<style>
span { border-color: #051D3D; }
span { border-color: rgb(5,29,61); }
td.TdClassName
{
border-color: #051D3D;
}
.TagClassName
{
border-color: #051D3D;
}
</style>