Shades of Tangaroa #012147
Tints of Tangaroa #012147
RGB
CMYK
RGB Variations
Color information
#012147 (or 0x012147) is known color: Tangaroa. HEX triplet: 01, 21 and 47. RGB value is (1,33,71). Sum of RGB (Red+Green+Blue) = 1+33+71=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #012147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012147 is #FEDEB8. Grayscale: #1B1B1B. Windows color (decimal): -16703161 or 4661505. OLE color: 4661505.
HSL color Cylindrical-coordinate representation of color #012147: hue angle of 212.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012147 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 33 | 71 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.72 |
| HSL | 212.57º | 0.97% | 0.14% | - |
| HSV(B) | 212.57º | 0.99% | 0.28% | - |
| XYZ | 1.69 | 1.55 | 6.17 | - |
| YUV | 27.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 71 | 0.99 | 0.54 | 0 | 0.72 | 212.57 | 0.97 | 0.14 |
| Hex | 1 | 21 | 47 | 63 | 36 | 0 | 48 | D5 | 61 | E |
| Octal | 1 | 41 | 107 | 143 | 66 | 0 | 110 | 325 | 141 | 16 |
| Binary | 1 | 100001 | 1000111 | 1100011 | 110110 | 0 | 1001000 | 11010101 | 1100001 | 1110 |
Color Harmonies of #012147
Complementary color
Monochromatic Colors of #012147
Black with #012147
Text Example
Text Example
White with #012147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012147; }
p { color: rgb(1,33,71); }
H1.HeaderClassName
{
color: #012147;
}
.AnyTagClassName
{
color: #012147;
}
</style>
background-color css
<style>
a { background-color: #012147; }
a { background-color: rgb(1,33,71); }
div.DivClassName
{
background-color: #012147;
}
.BgClassName
{
background-color: #012147;
}
</style>
border-color css
<style>
span { border-color: #012147; }
span { border-color: rgb(1,33,71); }
td.TdClassName
{
border-color: #012147;
}
.TagClassName
{
border-color: #012147;
}
</style>