Shades of Tangaroa #011D43
Tints of Tangaroa #011D43
RGB
CMYK
RGB Variations
Color information
#011D43 (or 0x011D43) is known color: Tangaroa. HEX triplet: 01, 1D and 43. RGB value is (1,29,67). Sum of RGB (Red+Green+Blue) = 1+29+67=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #011D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D43 is #FEE2BC. Grayscale: #181818. Windows color (decimal): -16704189 or 4398337. OLE color: 4398337.
HSL color Cylindrical-coordinate representation of color #011D43: hue angle of 214.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D43 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 29 | 67 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.74 |
| HSL | 214.55º | 0.97% | 0.13% | - |
| HSV(B) | 214.55º | 0.99% | 0.26% | - |
| XYZ | 1.47 | 1.29 | 5.48 | - |
| YUV | 24.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 67 | 0.99 | 0.57 | 0 | 0.74 | 214.55 | 0.97 | 0.13 |
| Hex | 1 | 1D | 43 | 63 | 39 | 0 | 4A | D7 | 61 | D |
| Octal | 1 | 35 | 103 | 143 | 71 | 0 | 112 | 327 | 141 | 15 |
| Binary | 1 | 11101 | 1000011 | 1100011 | 111001 | 0 | 1001010 | 11010111 | 1100001 | 1101 |
Color Harmonies of #011D43
Complementary color
Monochromatic Colors of #011D43
Black with #011D43
Text Example
Text Example
White with #011D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D43; }
p { color: rgb(1,29,67); }
H1.HeaderClassName
{
color: #011D43;
}
.AnyTagClassName
{
color: #011D43;
}
</style>
background-color css
<style>
a { background-color: #011D43; }
a { background-color: rgb(1,29,67); }
div.DivClassName
{
background-color: #011D43;
}
.BgClassName
{
background-color: #011D43;
}
</style>
border-color css
<style>
span { border-color: #011D43; }
span { border-color: rgb(1,29,67); }
td.TdClassName
{
border-color: #011D43;
}
.TagClassName
{
border-color: #011D43;
}
</style>