Shades of Tangaroa #011D42
Tints of Tangaroa #011D42
RGB
CMYK
RGB Variations
Color information
#011D42 (or 0x011D42) is known color: Tangaroa. HEX triplet: 01, 1D and 42. RGB value is (1,29,66). Sum of RGB (Red+Green+Blue) = 1+29+66=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #011D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D42 is #FEE2BD. Grayscale: #181818. Windows color (decimal): -16704190 or 4332801. OLE color: 4332801.
HSL color Cylindrical-coordinate representation of color #011D42: hue angle of 214.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011D42 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 29 | 66 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.74 |
| HSL | 214.15º | 0.97% | 0.13% | - |
| HSV(B) | 214.15º | 0.98% | 0.26% | - |
| XYZ | 1.44 | 1.28 | 5.33 | - |
| YUV | 24.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 66 | 0.98 | 0.56 | 0 | 0.74 | 214.15 | 0.97 | 0.13 |
| Hex | 1 | 1D | 42 | 62 | 38 | 0 | 4A | D6 | 61 | D |
| Octal | 1 | 35 | 102 | 142 | 70 | 0 | 112 | 326 | 141 | 15 |
| Binary | 1 | 11101 | 1000010 | 1100010 | 111000 | 0 | 1001010 | 11010110 | 1100001 | 1101 |
Color Harmonies of #011D42
Complementary color
Monochromatic Colors of #011D42
Black with #011D42
Text Example
Text Example
White with #011D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D42; }
p { color: rgb(1,29,66); }
H1.HeaderClassName
{
color: #011D42;
}
.AnyTagClassName
{
color: #011D42;
}
</style>
background-color css
<style>
a { background-color: #011D42; }
a { background-color: rgb(1,29,66); }
div.DivClassName
{
background-color: #011D42;
}
.BgClassName
{
background-color: #011D42;
}
</style>
border-color css
<style>
span { border-color: #011D42; }
span { border-color: rgb(1,29,66); }
td.TdClassName
{
border-color: #011D42;
}
.TagClassName
{
border-color: #011D42;
}
</style>