Shades of Tangaroa #061D3C
Tints of Tangaroa #061D3C
RGB
CMYK
RGB Variations
Color information
#061D3C (or 0x061D3C) is known color: Tangaroa. HEX triplet: 06, 1D and 3C. RGB value is (6,29,60). Sum of RGB (Red+Green+Blue) = 6+29+60=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #061D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D3C is #F9E2C3. Grayscale: #191919. Windows color (decimal): -16376516 or 3939590. OLE color: 3939590.
HSL color Cylindrical-coordinate representation of color #061D3C: hue angle of 214.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061D3C is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 29 | 60 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.76 |
| HSL | 214.44º | 0.82% | 0.13% | - |
| HSV(B) | 214.44º | 0.9% | 0.24% | - |
| XYZ | 1.33 | 1.24 | 4.44 | - |
| YUV | 25.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 60 | 0.90 | 0.52 | 0 | 0.76 | 214.44 | 0.82 | 0.13 |
| Hex | 6 | 1D | 3C | 5A | 34 | 0 | 4C | D6 | 52 | D |
| Octal | 6 | 35 | 74 | 132 | 64 | 0 | 114 | 326 | 122 | 15 |
| Binary | 110 | 11101 | 111100 | 1011010 | 110100 | 0 | 1001100 | 11010110 | 1010010 | 1101 |
Color Harmonies of #061D3C
Complementary color
Monochromatic Colors of #061D3C
Black with #061D3C
Text Example
Text Example
White with #061D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D3C; }
p { color: rgb(6,29,60); }
H1.HeaderClassName
{
color: #061D3C;
}
.AnyTagClassName
{
color: #061D3C;
}
</style>
background-color css
<style>
a { background-color: #061D3C; }
a { background-color: rgb(6,29,60); }
div.DivClassName
{
background-color: #061D3C;
}
.BgClassName
{
background-color: #061D3C;
}
</style>
border-color css
<style>
span { border-color: #061D3C; }
span { border-color: rgb(6,29,60); }
td.TdClassName
{
border-color: #061D3C;
}
.TagClassName
{
border-color: #061D3C;
}
</style>