Shades of Tangaroa #122E41
Tints of Tangaroa #122E41
RGB
CMYK
RGB Variations
Color information
#122E41 (or 0x122E41) is known color: Tangaroa. HEX triplet: 12, 2E and 41. RGB value is (18,46,65). Sum of RGB (Red+Green+Blue) = 18+46+65=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #122E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E41 is #EDD1BE. Grayscale: #272727. Windows color (decimal): -15585727 or 4271634. OLE color: 4271634.
HSL color Cylindrical-coordinate representation of color #122E41: hue angle of 204.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122E41 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 46 | 65 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.75 |
| HSL | 204.26º | 0.57% | 0.16% | - |
| HSV(B) | 204.26º | 0.72% | 0.25% | - |
| XYZ | 2.18 | 2.46 | 5.36 | - |
| YUV | 39.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 65 | 0.72 | 0.29 | 0 | 0.75 | 204.26 | 0.57 | 0.16 |
| Hex | 12 | 2E | 41 | 48 | 1D | 0 | 4B | CC | 39 | 10 |
| Octal | 22 | 56 | 101 | 110 | 35 | 0 | 113 | 314 | 71 | 20 |
| Binary | 10010 | 101110 | 1000001 | 1001000 | 11101 | 0 | 1001011 | 11001100 | 111001 | 10000 |
Color Harmonies of #122E41
Complementary color
Monochromatic Colors of #122E41
Black with #122E41
Text Example
Text Example
White with #122E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E41; }
p { color: rgb(18,46,65); }
H1.HeaderClassName
{
color: #122E41;
}
.AnyTagClassName
{
color: #122E41;
}
</style>
background-color css
<style>
a { background-color: #122E41; }
a { background-color: rgb(18,46,65); }
div.DivClassName
{
background-color: #122E41;
}
.BgClassName
{
background-color: #122E41;
}
</style>
border-color css
<style>
span { border-color: #122E41; }
span { border-color: rgb(18,46,65); }
td.TdClassName
{
border-color: #122E41;
}
.TagClassName
{
border-color: #122E41;
}
</style>