Shades of Tangaroa #012139
Tints of Tangaroa #012139
RGB
CMYK
RGB Variations
Color information
#012139 (or 0x012139) is known color: Tangaroa. HEX triplet: 01, 21 and 39. RGB value is (1,33,57). Sum of RGB (Red+Green+Blue) = 1+33+57=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #012139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012139 is #FEDEC6. Grayscale: #1A1A1A. Windows color (decimal): -16703175 or 3744001. OLE color: 3744001.
HSL color Cylindrical-coordinate representation of color #012139: hue angle of 205.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012139 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 33 | 57 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.78 |
| HSL | 205.71º | 0.97% | 0.11% | - |
| HSV(B) | 205.71º | 0.98% | 0.22% | - |
| XYZ | 1.29 | 1.39 | 4.07 | - |
| YUV | 26.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 57 | 0.98 | 0.42 | 0 | 0.78 | 205.71 | 0.97 | 0.11 |
| Hex | 1 | 21 | 39 | 62 | 2A | 0 | 4E | CE | 61 | B |
| Octal | 1 | 41 | 71 | 142 | 52 | 0 | 116 | 316 | 141 | 13 |
| Binary | 1 | 100001 | 111001 | 1100010 | 101010 | 0 | 1001110 | 11001110 | 1100001 | 1011 |
Color Harmonies of #012139
Complementary color
Monochromatic Colors of #012139
Black with #012139
Text Example
Text Example
White with #012139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012139; }
p { color: rgb(1,33,57); }
H1.HeaderClassName
{
color: #012139;
}
.AnyTagClassName
{
color: #012139;
}
</style>
background-color css
<style>
a { background-color: #012139; }
a { background-color: rgb(1,33,57); }
div.DivClassName
{
background-color: #012139;
}
.BgClassName
{
background-color: #012139;
}
</style>
border-color css
<style>
span { border-color: #012139; }
span { border-color: rgb(1,33,57); }
td.TdClassName
{
border-color: #012139;
}
.TagClassName
{
border-color: #012139;
}
</style>