Shades of Tangaroa #011D40
Tints of Tangaroa #011D40
RGB
CMYK
RGB Variations
Color information
#011D40 (or 0x011D40) is known color: Tangaroa. HEX triplet: 01, 1D and 40. RGB value is (1,29,64). Sum of RGB (Red+Green+Blue) = 1+29+64=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #011D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D40 is #FEE2BF. Grayscale: #181818. Windows color (decimal): -16704192 or 4201729. OLE color: 4201729.
HSL color Cylindrical-coordinate representation of color #011D40: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011D40 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 29 | 64 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.75 |
| HSL | 213.33º | 0.97% | 0.13% | - |
| HSV(B) | 213.33º | 0.98% | 0.25% | - |
| XYZ | 1.38 | 1.26 | 5.02 | - |
| YUV | 24.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 64 | 0.98 | 0.55 | 0 | 0.75 | 213.33 | 0.97 | 0.13 |
| Hex | 1 | 1D | 40 | 62 | 37 | 0 | 4B | D5 | 61 | D |
| Octal | 1 | 35 | 100 | 142 | 67 | 0 | 113 | 325 | 141 | 15 |
| Binary | 1 | 11101 | 1000000 | 1100010 | 110111 | 0 | 1001011 | 11010101 | 1100001 | 1101 |
Color Harmonies of #011D40
Complementary color
Monochromatic Colors of #011D40
Black with #011D40
Text Example
Text Example
White with #011D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D40; }
p { color: rgb(1,29,64); }
H1.HeaderClassName
{
color: #011D40;
}
.AnyTagClassName
{
color: #011D40;
}
</style>
background-color css
<style>
a { background-color: #011D40; }
a { background-color: rgb(1,29,64); }
div.DivClassName
{
background-color: #011D40;
}
.BgClassName
{
background-color: #011D40;
}
</style>
border-color css
<style>
span { border-color: #011D40; }
span { border-color: rgb(1,29,64); }
td.TdClassName
{
border-color: #011D40;
}
.TagClassName
{
border-color: #011D40;
}
</style>