Shades of Tangaroa #122E42
Tints of Tangaroa #122E42
RGB
CMYK
RGB Variations
Color information
#122E42 (or 0x122E42) is known color: Tangaroa. HEX triplet: 12, 2E and 42. RGB value is (18,46,66). Sum of RGB (Red+Green+Blue) = 18+46+66=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #122E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E42 is #EDD1BD. Grayscale: #272727. Windows color (decimal): -15585726 or 4337170. OLE color: 4337170.
HSL color Cylindrical-coordinate representation of color #122E42: hue angle of 205º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122E42 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 46 | 66 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.74 |
| HSL | 205º | 0.57% | 0.16% | - |
| HSV(B) | 205º | 0.73% | 0.26% | - |
| XYZ | 2.21 | 2.48 | 5.52 | - |
| YUV | 39.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 66 | 0.73 | 0.30 | 0 | 0.74 | 205 | 0.57 | 0.16 |
| Hex | 12 | 2E | 42 | 49 | 1E | 0 | 4A | CD | 39 | 10 |
| Octal | 22 | 56 | 102 | 111 | 36 | 0 | 112 | 315 | 71 | 20 |
| Binary | 10010 | 101110 | 1000010 | 1001001 | 11110 | 0 | 1001010 | 11001101 | 111001 | 10000 |
Color Harmonies of #122E42
Complementary color
Monochromatic Colors of #122E42
Black with #122E42
Text Example
Text Example
White with #122E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E42; }
p { color: rgb(18,46,66); }
H1.HeaderClassName
{
color: #122E42;
}
.AnyTagClassName
{
color: #122E42;
}
</style>
background-color css
<style>
a { background-color: #122E42; }
a { background-color: rgb(18,46,66); }
div.DivClassName
{
background-color: #122E42;
}
.BgClassName
{
background-color: #122E42;
}
</style>
border-color css
<style>
span { border-color: #122E42; }
span { border-color: rgb(18,46,66); }
td.TdClassName
{
border-color: #122E42;
}
.TagClassName
{
border-color: #122E42;
}
</style>