Shades of Tangaroa #061D3B
Tints of Tangaroa #061D3B
RGB
CMYK
RGB Variations
Color information
#061D3B (or 0x061D3B) is known color: Tangaroa. HEX triplet: 06, 1D and 3B. RGB value is (6,29,59). Sum of RGB (Red+Green+Blue) = 6+29+59=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #061D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D3B is #F9E2C4. Grayscale: #191919. Windows color (decimal): -16376517 or 3874054. OLE color: 3874054.
HSL color Cylindrical-coordinate representation of color #061D3B: hue angle of 213.96º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061D3B is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 29 | 59 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.77 |
| HSL | 213.96º | 0.82% | 0.13% | - |
| HSV(B) | 213.96º | 0.9% | 0.23% | - |
| XYZ | 1.3 | 1.23 | 4.31 | - |
| YUV | 25.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 59 | 0.90 | 0.51 | 0 | 0.77 | 213.96 | 0.82 | 0.13 |
| Hex | 6 | 1D | 3B | 5A | 33 | 0 | 4D | D6 | 52 | D |
| Octal | 6 | 35 | 73 | 132 | 63 | 0 | 115 | 326 | 122 | 15 |
| Binary | 110 | 11101 | 111011 | 1011010 | 110011 | 0 | 1001101 | 11010110 | 1010010 | 1101 |
Color Harmonies of #061D3B
Complementary color
Monochromatic Colors of #061D3B
Black with #061D3B
Text Example
Text Example
White with #061D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D3B; }
p { color: rgb(6,29,59); }
H1.HeaderClassName
{
color: #061D3B;
}
.AnyTagClassName
{
color: #061D3B;
}
</style>
background-color css
<style>
a { background-color: #061D3B; }
a { background-color: rgb(6,29,59); }
div.DivClassName
{
background-color: #061D3B;
}
.BgClassName
{
background-color: #061D3B;
}
</style>
border-color css
<style>
span { border-color: #061D3B; }
span { border-color: rgb(6,29,59); }
td.TdClassName
{
border-color: #061D3B;
}
.TagClassName
{
border-color: #061D3B;
}
</style>