Shades of Tangaroa #061E3B
Tints of Tangaroa #061E3B
RGB
CMYK
RGB Variations
Color information
#061E3B (or 0x061E3B) is known color: Tangaroa. HEX triplet: 06, 1E and 3B. RGB value is (6,30,59). Sum of RGB (Red+Green+Blue) = 6+30+59=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #061E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E3B is #F9E1C4. Grayscale: #191919. Windows color (decimal): -16376261 or 3874310. OLE color: 3874310.
HSL color Cylindrical-coordinate representation of color #061E3B: hue angle of 212.83º 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 #061E3B is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 30 | 59 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.77 |
| HSL | 212.83º | 0.82% | 0.13% | - |
| HSV(B) | 212.83º | 0.9% | 0.23% | - |
| XYZ | 1.33 | 1.28 | 4.32 | - |
| YUV | 26.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 59 | 0.90 | 0.49 | 0 | 0.77 | 212.83 | 0.82 | 0.13 |
| Hex | 6 | 1E | 3B | 5A | 31 | 0 | 4D | D5 | 52 | D |
| Octal | 6 | 36 | 73 | 132 | 61 | 0 | 115 | 325 | 122 | 15 |
| Binary | 110 | 11110 | 111011 | 1011010 | 110001 | 0 | 1001101 | 11010101 | 1010010 | 1101 |
Color Harmonies of #061E3B
Complementary color
Monochromatic Colors of #061E3B
Black with #061E3B
Text Example
Text Example
White with #061E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E3B; }
p { color: rgb(6,30,59); }
H1.HeaderClassName
{
color: #061E3B;
}
.AnyTagClassName
{
color: #061E3B;
}
</style>
background-color css
<style>
a { background-color: #061E3B; }
a { background-color: rgb(6,30,59); }
div.DivClassName
{
background-color: #061E3B;
}
.BgClassName
{
background-color: #061E3B;
}
</style>
border-color css
<style>
span { border-color: #061E3B; }
span { border-color: rgb(6,30,59); }
td.TdClassName
{
border-color: #061E3B;
}
.TagClassName
{
border-color: #061E3B;
}
</style>