Shades of Tangaroa #051F3C
Tints of Tangaroa #051F3C
RGB
CMYK
RGB Variations
Color information
#051F3C (or 0x051F3C) is known color: Tangaroa. HEX triplet: 05, 1F and 3C. RGB value is (5,31,60). Sum of RGB (Red+Green+Blue) = 5+31+60=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #051F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F3C is #FAE0C3. Grayscale: #1A1A1A. Windows color (decimal): -16441540 or 3940101. OLE color: 3940101.
HSL color Cylindrical-coordinate representation of color #051F3C: hue angle of 211.64º 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 #051F3C is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 31 | 60 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.76 |
| HSL | 211.64º | 0.85% | 0.13% | - |
| HSV(B) | 211.64º | 0.92% | 0.24% | - |
| XYZ | 1.37 | 1.34 | 4.46 | - |
| YUV | 26.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 60 | 0.92 | 0.48 | 0 | 0.76 | 211.64 | 0.85 | 0.13 |
| Hex | 5 | 1F | 3C | 5C | 30 | 0 | 4C | D4 | 55 | D |
| Octal | 5 | 37 | 74 | 134 | 60 | 0 | 114 | 324 | 125 | 15 |
| Binary | 101 | 11111 | 111100 | 1011100 | 110000 | 0 | 1001100 | 11010100 | 1010101 | 1101 |
Color Harmonies of #051F3C
Complementary color
Monochromatic Colors of #051F3C
Black with #051F3C
Text Example
Text Example
White with #051F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F3C; }
p { color: rgb(5,31,60); }
H1.HeaderClassName
{
color: #051F3C;
}
.AnyTagClassName
{
color: #051F3C;
}
</style>
background-color css
<style>
a { background-color: #051F3C; }
a { background-color: rgb(5,31,60); }
div.DivClassName
{
background-color: #051F3C;
}
.BgClassName
{
background-color: #051F3C;
}
</style>
border-color css
<style>
span { border-color: #051F3C; }
span { border-color: rgb(5,31,60); }
td.TdClassName
{
border-color: #051F3C;
}
.TagClassName
{
border-color: #051F3C;
}
</style>