Shades of Tangaroa #012839
Tints of Tangaroa #012839
RGB
CMYK
RGB Variations
Color information
#012839 (or 0x012839) is known color: Tangaroa. HEX triplet: 01, 28 and 39. RGB value is (1,40,57). Sum of RGB (Red+Green+Blue) = 1+40+57=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #012839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012839 is #FED7C6. Grayscale: #1E1E1E. Windows color (decimal): -16701383 or 3745793. OLE color: 3745793.
HSL color Cylindrical-coordinate representation of color #012839: hue angle of 198.21º 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 #012839 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 40 | 57 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.78 |
| HSL | 198.21º | 0.97% | 0.11% | - |
| HSV(B) | 198.21º | 0.98% | 0.22% | - |
| XYZ | 1.51 | 1.82 | 4.14 | - |
| YUV | 30.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 57 | 0.98 | 0.30 | 0 | 0.78 | 198.21 | 0.97 | 0.11 |
| Hex | 1 | 28 | 39 | 62 | 1E | 0 | 4E | C6 | 61 | B |
| Octal | 1 | 50 | 71 | 142 | 36 | 0 | 116 | 306 | 141 | 13 |
| Binary | 1 | 101000 | 111001 | 1100010 | 11110 | 0 | 1001110 | 11000110 | 1100001 | 1011 |
Color Harmonies of #012839
Complementary color
Monochromatic Colors of #012839
Black with #012839
Text Example
Text Example
White with #012839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012839; }
p { color: rgb(1,40,57); }
H1.HeaderClassName
{
color: #012839;
}
.AnyTagClassName
{
color: #012839;
}
</style>
background-color css
<style>
a { background-color: #012839; }
a { background-color: rgb(1,40,57); }
div.DivClassName
{
background-color: #012839;
}
.BgClassName
{
background-color: #012839;
}
</style>
border-color css
<style>
span { border-color: #012839; }
span { border-color: rgb(1,40,57); }
td.TdClassName
{
border-color: #012839;
}
.TagClassName
{
border-color: #012839;
}
</style>