Shades of Tangaroa #122E3B
Tints of Tangaroa #122E3B
RGB
CMYK
RGB Variations
Color information
#122E3B (or 0x122E3B) is known color: Tangaroa. HEX triplet: 12, 2E and 3B. RGB value is (18,46,59). Sum of RGB (Red+Green+Blue) = 18+46+59=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #122E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E3B is #EDD1C4. Grayscale: #272727. Windows color (decimal): -15585733 or 3878418. OLE color: 3878418.
HSL color Cylindrical-coordinate representation of color #122E3B: hue angle of 199.02º 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 #122E3B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 46 | 59 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.77 |
| HSL | 199.02º | 0.53% | 0.15% | - |
| HSV(B) | 199.02º | 0.69% | 0.23% | - |
| XYZ | 2.02 | 2.4 | 4.49 | - |
| YUV | 39.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 59 | 0.69 | 0.22 | 0 | 0.77 | 199.02 | 0.53 | 0.15 |
| Hex | 12 | 2E | 3B | 45 | 16 | 0 | 4D | C7 | 35 | F |
| Octal | 22 | 56 | 73 | 105 | 26 | 0 | 115 | 307 | 65 | 17 |
| Binary | 10010 | 101110 | 111011 | 1000101 | 10110 | 0 | 1001101 | 11000111 | 110101 | 1111 |
Color Harmonies of #122E3B
Complementary color
Monochromatic Colors of #122E3B
Black with #122E3B
Text Example
Text Example
White with #122E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E3B; }
p { color: rgb(18,46,59); }
H1.HeaderClassName
{
color: #122E3B;
}
.AnyTagClassName
{
color: #122E3B;
}
</style>
background-color css
<style>
a { background-color: #122E3B; }
a { background-color: rgb(18,46,59); }
div.DivClassName
{
background-color: #122E3B;
}
.BgClassName
{
background-color: #122E3B;
}
</style>
border-color css
<style>
span { border-color: #122E3B; }
span { border-color: rgb(18,46,59); }
td.TdClassName
{
border-color: #122E3B;
}
.TagClassName
{
border-color: #122E3B;
}
</style>