Shades of Tangaroa #122C3D
Tints of Tangaroa #122C3D
RGB
CMYK
RGB Variations
Color information
#122C3D (or 0x122C3D) is known color: Tangaroa. HEX triplet: 12, 2C and 3D. RGB value is (18,44,61). Sum of RGB (Red+Green+Blue) = 18+44+61=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #122C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C3D is #EDD3C2. Grayscale: #262626. Windows color (decimal): -15586243 or 4008978. OLE color: 4008978.
HSL color Cylindrical-coordinate representation of color #122C3D: hue angle of 203.72º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #122C3D is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 44 | 61 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.76 |
| HSL | 203.72º | 0.54% | 0.15% | - |
| HSV(B) | 203.72º | 0.7% | 0.24% | - |
| XYZ | 1.99 | 2.27 | 4.75 | - |
| YUV | 38.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 61 | 0.70 | 0.28 | 0 | 0.76 | 203.72 | 0.54 | 0.15 |
| Hex | 12 | 2C | 3D | 46 | 1C | 0 | 4C | CC | 36 | F |
| Octal | 22 | 54 | 75 | 106 | 34 | 0 | 114 | 314 | 66 | 17 |
| Binary | 10010 | 101100 | 111101 | 1000110 | 11100 | 0 | 1001100 | 11001100 | 110110 | 1111 |
Color Harmonies of #122C3D
Complementary color
Monochromatic Colors of #122C3D
Black with #122C3D
Text Example
Text Example
White with #122C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C3D; }
p { color: rgb(18,44,61); }
H1.HeaderClassName
{
color: #122C3D;
}
.AnyTagClassName
{
color: #122C3D;
}
</style>
background-color css
<style>
a { background-color: #122C3D; }
a { background-color: rgb(18,44,61); }
div.DivClassName
{
background-color: #122C3D;
}
.BgClassName
{
background-color: #122C3D;
}
</style>
border-color css
<style>
span { border-color: #122C3D; }
span { border-color: rgb(18,44,61); }
td.TdClassName
{
border-color: #122C3D;
}
.TagClassName
{
border-color: #122C3D;
}
</style>