Shades of Tangaroa #012347
Tints of Tangaroa #012347
RGB
CMYK
RGB Variations
Color information
#012347 (or 0x012347) is known color: Tangaroa. HEX triplet: 01, 23 and 47. RGB value is (1,35,71). Sum of RGB (Red+Green+Blue) = 1+35+71=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #012347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012347 is #FEDCB8. Grayscale: #1C1C1C. Windows color (decimal): -16702649 or 4662017. OLE color: 4662017.
HSL color Cylindrical-coordinate representation of color #012347: hue angle of 210.86º 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 #012347 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 35 | 71 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.72 |
| HSL | 210.86º | 0.97% | 0.14% | - |
| HSV(B) | 210.86º | 0.99% | 0.28% | - |
| XYZ | 1.75 | 1.66 | 6.19 | - |
| YUV | 28.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 71 | 0.99 | 0.51 | 0 | 0.72 | 210.86 | 0.97 | 0.14 |
| Hex | 1 | 23 | 47 | 63 | 33 | 0 | 48 | D3 | 61 | E |
| Octal | 1 | 43 | 107 | 143 | 63 | 0 | 110 | 323 | 141 | 16 |
| Binary | 1 | 100011 | 1000111 | 1100011 | 110011 | 0 | 1001000 | 11010011 | 1100001 | 1110 |
Color Harmonies of #012347
Complementary color
Monochromatic Colors of #012347
Black with #012347
Text Example
Text Example
White with #012347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012347; }
p { color: rgb(1,35,71); }
H1.HeaderClassName
{
color: #012347;
}
.AnyTagClassName
{
color: #012347;
}
</style>
background-color css
<style>
a { background-color: #012347; }
a { background-color: rgb(1,35,71); }
div.DivClassName
{
background-color: #012347;
}
.BgClassName
{
background-color: #012347;
}
</style>
border-color css
<style>
span { border-color: #012347; }
span { border-color: rgb(1,35,71); }
td.TdClassName
{
border-color: #012347;
}
.TagClassName
{
border-color: #012347;
}
</style>