Shades of Tangaroa #012B40
Tints of Tangaroa #012B40
RGB
CMYK
RGB Variations
Color information
#012B40 (or 0x012B40) is known color: Tangaroa. HEX triplet: 01, 2B and 40. RGB value is (1,43,64). Sum of RGB (Red+Green+Blue) = 1+43+64=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #012B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B40 is #FED4BF. Grayscale: #202020. Windows color (decimal): -16700608 or 4205313. OLE color: 4205313.
HSL color Cylindrical-coordinate representation of color #012B40: hue angle of 200º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B40 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 43 | 64 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.75 |
| HSL | 200º | 0.97% | 0.13% | - |
| HSV(B) | 200º | 0.98% | 0.25% | - |
| XYZ | 1.8 | 2.1 | 5.16 | - |
| YUV | 32.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 64 | 0.98 | 0.33 | 0 | 0.75 | 200 | 0.97 | 0.13 |
| Hex | 1 | 2B | 40 | 62 | 21 | 0 | 4B | C8 | 61 | D |
| Octal | 1 | 53 | 100 | 142 | 41 | 0 | 113 | 310 | 141 | 15 |
| Binary | 1 | 101011 | 1000000 | 1100010 | 100001 | 0 | 1001011 | 11001000 | 1100001 | 1101 |
Color Harmonies of #012B40
Complementary color
Monochromatic Colors of #012B40
Black with #012B40
Text Example
Text Example
White with #012B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B40; }
p { color: rgb(1,43,64); }
H1.HeaderClassName
{
color: #012B40;
}
.AnyTagClassName
{
color: #012B40;
}
</style>
background-color css
<style>
a { background-color: #012B40; }
a { background-color: rgb(1,43,64); }
div.DivClassName
{
background-color: #012B40;
}
.BgClassName
{
background-color: #012B40;
}
</style>
border-color css
<style>
span { border-color: #012B40; }
span { border-color: rgb(1,43,64); }
td.TdClassName
{
border-color: #012B40;
}
.TagClassName
{
border-color: #012B40;
}
</style>