Shades of Tangaroa #061C3B
Tints of Tangaroa #061C3B
RGB
CMYK
RGB Variations
Color information
#061C3B (or 0x061C3B) is known color: Tangaroa. HEX triplet: 06, 1C and 3B. RGB value is (6,28,59). Sum of RGB (Red+Green+Blue) = 6+28+59=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #061C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C3B is #F9E3C4. Grayscale: #181818. Windows color (decimal): -16376773 or 3873798. OLE color: 3873798.
HSL color Cylindrical-coordinate representation of color #061C3B: hue angle of 215.09º 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 #061C3B is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 28 | 59 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.77 |
| HSL | 215.09º | 0.82% | 0.13% | - |
| HSV(B) | 215.09º | 0.9% | 0.23% | - |
| XYZ | 1.28 | 1.18 | 4.3 | - |
| YUV | 24.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 59 | 0.90 | 0.53 | 0 | 0.77 | 215.09 | 0.82 | 0.13 |
| Hex | 6 | 1C | 3B | 5A | 35 | 0 | 4D | D7 | 52 | D |
| Octal | 6 | 34 | 73 | 132 | 65 | 0 | 115 | 327 | 122 | 15 |
| Binary | 110 | 11100 | 111011 | 1011010 | 110101 | 0 | 1001101 | 11010111 | 1010010 | 1101 |
Color Harmonies of #061C3B
Complementary color
Monochromatic Colors of #061C3B
Black with #061C3B
Text Example
Text Example
White with #061C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C3B; }
p { color: rgb(6,28,59); }
H1.HeaderClassName
{
color: #061C3B;
}
.AnyTagClassName
{
color: #061C3B;
}
</style>
background-color css
<style>
a { background-color: #061C3B; }
a { background-color: rgb(6,28,59); }
div.DivClassName
{
background-color: #061C3B;
}
.BgClassName
{
background-color: #061C3B;
}
</style>
border-color css
<style>
span { border-color: #061C3B; }
span { border-color: rgb(6,28,59); }
td.TdClassName
{
border-color: #061C3B;
}
.TagClassName
{
border-color: #061C3B;
}
</style>