Shades of Tangaroa #011E3C
Tints of Tangaroa #011E3C
RGB
CMYK
RGB Variations
Color information
#011E3C (or 0x011E3C) is known color: Tangaroa. HEX triplet: 01, 1E and 3C. RGB value is (1,30,60). Sum of RGB (Red+Green+Blue) = 1+30+60=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #011E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E3C is #FEE1C3. Grayscale: #181818. Windows color (decimal): -16703940 or 3939841. OLE color: 3939841.
HSL color Cylindrical-coordinate representation of color #011E3C: hue angle of 210.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E3C is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 30 | 60 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.76 |
| HSL | 210.51º | 0.97% | 0.12% | - |
| HSV(B) | 210.51º | 0.98% | 0.24% | - |
| XYZ | 1.29 | 1.26 | 4.45 | - |
| YUV | 24.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 60 | 0.98 | 0.50 | 0 | 0.76 | 210.51 | 0.97 | 0.12 |
| Hex | 1 | 1E | 3C | 62 | 32 | 0 | 4C | D3 | 61 | C |
| Octal | 1 | 36 | 74 | 142 | 62 | 0 | 114 | 323 | 141 | 14 |
| Binary | 1 | 11110 | 111100 | 1100010 | 110010 | 0 | 1001100 | 11010011 | 1100001 | 1100 |
Color Harmonies of #011E3C
Complementary color
Monochromatic Colors of #011E3C
Black with #011E3C
Text Example
Text Example
White with #011E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E3C; }
p { color: rgb(1,30,60); }
H1.HeaderClassName
{
color: #011E3C;
}
.AnyTagClassName
{
color: #011E3C;
}
</style>
background-color css
<style>
a { background-color: #011E3C; }
a { background-color: rgb(1,30,60); }
div.DivClassName
{
background-color: #011E3C;
}
.BgClassName
{
background-color: #011E3C;
}
</style>
border-color css
<style>
span { border-color: #011E3C; }
span { border-color: rgb(1,30,60); }
td.TdClassName
{
border-color: #011E3C;
}
.TagClassName
{
border-color: #011E3C;
}
</style>