Shades of Tangaroa #012646
Tints of Tangaroa #012646
RGB
CMYK
RGB Variations
Color information
#012646 (or 0x012646) is known color: Tangaroa. HEX triplet: 01, 26 and 46. RGB value is (1,38,70). Sum of RGB (Red+Green+Blue) = 1+38+70=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #012646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012646 is #FED9B9. Grayscale: #1E1E1E. Windows color (decimal): -16701882 or 4597249. OLE color: 4597249.
HSL color Cylindrical-coordinate representation of color #012646: hue angle of 207.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012646 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 38 | 70 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.73 |
| HSL | 207.83º | 0.97% | 0.14% | - |
| HSV(B) | 207.83º | 0.99% | 0.27% | - |
| XYZ | 1.81 | 1.83 | 6.05 | - |
| YUV | 30.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 70 | 0.99 | 0.46 | 0 | 0.73 | 207.83 | 0.97 | 0.14 |
| Hex | 1 | 26 | 46 | 63 | 2E | 0 | 49 | D0 | 61 | E |
| Octal | 1 | 46 | 106 | 143 | 56 | 0 | 111 | 320 | 141 | 16 |
| Binary | 1 | 100110 | 1000110 | 1100011 | 101110 | 0 | 1001001 | 11010000 | 1100001 | 1110 |
Color Harmonies of #012646
Complementary color
Monochromatic Colors of #012646
Black with #012646
Text Example
Text Example
White with #012646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012646; }
p { color: rgb(1,38,70); }
H1.HeaderClassName
{
color: #012646;
}
.AnyTagClassName
{
color: #012646;
}
</style>
background-color css
<style>
a { background-color: #012646; }
a { background-color: rgb(1,38,70); }
div.DivClassName
{
background-color: #012646;
}
.BgClassName
{
background-color: #012646;
}
</style>
border-color css
<style>
span { border-color: #012646; }
span { border-color: rgb(1,38,70); }
td.TdClassName
{
border-color: #012646;
}
.TagClassName
{
border-color: #012646;
}
</style>