Shades of Tangaroa #012647
Tints of Tangaroa #012647
RGB
CMYK
RGB Variations
Color information
#012647 (or 0x012647) is known color: Tangaroa. HEX triplet: 01, 26 and 47. RGB value is (1,38,71). Sum of RGB (Red+Green+Blue) = 1+38+71=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #012647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012647 is #FED9B8. Grayscale: #1E1E1E. Windows color (decimal): -16701881 or 4662785. OLE color: 4662785.
HSL color Cylindrical-coordinate representation of color #012647: hue angle of 208.29º 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 #012647 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 38 | 71 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.72 |
| HSL | 208.29º | 0.97% | 0.14% | - |
| HSV(B) | 208.29º | 0.99% | 0.28% | - |
| XYZ | 1.84 | 1.85 | 6.22 | - |
| YUV | 30.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 71 | 0.99 | 0.46 | 0 | 0.72 | 208.29 | 0.97 | 0.14 |
| Hex | 1 | 26 | 47 | 63 | 2E | 0 | 48 | D0 | 61 | E |
| Octal | 1 | 46 | 107 | 143 | 56 | 0 | 110 | 320 | 141 | 16 |
| Binary | 1 | 100110 | 1000111 | 1100011 | 101110 | 0 | 1001000 | 11010000 | 1100001 | 1110 |
Color Harmonies of #012647
Complementary color
Monochromatic Colors of #012647
Black with #012647
Text Example
Text Example
White with #012647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012647; }
p { color: rgb(1,38,71); }
H1.HeaderClassName
{
color: #012647;
}
.AnyTagClassName
{
color: #012647;
}
</style>
background-color css
<style>
a { background-color: #012647; }
a { background-color: rgb(1,38,71); }
div.DivClassName
{
background-color: #012647;
}
.BgClassName
{
background-color: #012647;
}
</style>
border-color css
<style>
span { border-color: #012647; }
span { border-color: rgb(1,38,71); }
td.TdClassName
{
border-color: #012647;
}
.TagClassName
{
border-color: #012647;
}
</style>