Shades of Tangaroa #122C3E
Tints of Tangaroa #122C3E
RGB
CMYK
RGB Variations
Color information
#122C3E (or 0x122C3E) is known color: Tangaroa. HEX triplet: 12, 2C and 3E. RGB value is (18,44,62). Sum of RGB (Red+Green+Blue) = 18+44+62=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #122C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C3E is #EDD3C1. Grayscale: #262626. Windows color (decimal): -15586242 or 4074514. OLE color: 4074514.
HSL color Cylindrical-coordinate representation of color #122C3E: hue angle of 204.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #122C3E is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 44 | 62 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.76 |
| HSL | 204.55º | 0.55% | 0.16% | - |
| HSV(B) | 204.55º | 0.71% | 0.24% | - |
| XYZ | 2.02 | 2.28 | 4.89 | - |
| YUV | 38.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 62 | 0.71 | 0.29 | 0 | 0.76 | 204.55 | 0.55 | 0.16 |
| Hex | 12 | 2C | 3E | 47 | 1D | 0 | 4C | CD | 37 | 10 |
| Octal | 22 | 54 | 76 | 107 | 35 | 0 | 114 | 315 | 67 | 20 |
| Binary | 10010 | 101100 | 111110 | 1000111 | 11101 | 0 | 1001100 | 11001101 | 110111 | 10000 |
Color Harmonies of #122C3E
Complementary color
Monochromatic Colors of #122C3E
Black with #122C3E
Text Example
Text Example
White with #122C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C3E; }
p { color: rgb(18,44,62); }
H1.HeaderClassName
{
color: #122C3E;
}
.AnyTagClassName
{
color: #122C3E;
}
</style>
background-color css
<style>
a { background-color: #122C3E; }
a { background-color: rgb(18,44,62); }
div.DivClassName
{
background-color: #122C3E;
}
.BgClassName
{
background-color: #122C3E;
}
</style>
border-color css
<style>
span { border-color: #122C3E; }
span { border-color: rgb(18,44,62); }
td.TdClassName
{
border-color: #122C3E;
}
.TagClassName
{
border-color: #122C3E;
}
</style>