Shades of Tangaroa #122C3B
Tints of Tangaroa #122C3B
RGB
CMYK
RGB Variations
Color information
#122C3B (or 0x122C3B) is known color: Tangaroa. HEX triplet: 12, 2C and 3B. RGB value is (18,44,59). Sum of RGB (Red+Green+Blue) = 18+44+59=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #122C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C3B is #EDD3C4. Grayscale: #252525. Windows color (decimal): -15586245 or 3877906. OLE color: 3877906.
HSL color Cylindrical-coordinate representation of color #122C3B: hue angle of 201.95º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #122C3B is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 44 | 59 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.77 |
| HSL | 201.95º | 0.53% | 0.15% | - |
| HSV(B) | 201.95º | 0.69% | 0.23% | - |
| XYZ | 1.94 | 2.25 | 4.47 | - |
| YUV | 37.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 59 | 0.69 | 0.25 | 0 | 0.77 | 201.95 | 0.53 | 0.15 |
| Hex | 12 | 2C | 3B | 45 | 19 | 0 | 4D | CA | 35 | F |
| Octal | 22 | 54 | 73 | 105 | 31 | 0 | 115 | 312 | 65 | 17 |
| Binary | 10010 | 101100 | 111011 | 1000101 | 11001 | 0 | 1001101 | 11001010 | 110101 | 1111 |
Color Harmonies of #122C3B
Complementary color
Monochromatic Colors of #122C3B
Black with #122C3B
Text Example
Text Example
White with #122C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C3B; }
p { color: rgb(18,44,59); }
H1.HeaderClassName
{
color: #122C3B;
}
.AnyTagClassName
{
color: #122C3B;
}
</style>
background-color css
<style>
a { background-color: #122C3B; }
a { background-color: rgb(18,44,59); }
div.DivClassName
{
background-color: #122C3B;
}
.BgClassName
{
background-color: #122C3B;
}
</style>
border-color css
<style>
span { border-color: #122C3B; }
span { border-color: rgb(18,44,59); }
td.TdClassName
{
border-color: #122C3B;
}
.TagClassName
{
border-color: #122C3B;
}
</style>