Shades of Tangaroa #122236
Tints of Tangaroa #122236
RGB
CMYK
RGB Variations
Color information
#122236 (or 0x122236) is known color: Tangaroa. HEX triplet: 12, 22 and 36. RGB value is (18,34,54). Sum of RGB (Red+Green+Blue) = 18+34+54=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #122236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122236 is #EDDDC9. Grayscale: #1F1F1F. Windows color (decimal): -15588810 or 3547666. OLE color: 3547666.
HSL color Cylindrical-coordinate representation of color #122236: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122236 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 34 | 54 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.79 |
| HSL | 213.33º | 0.5% | 0.14% | - |
| HSV(B) | 213.33º | 0.67% | 0.21% | - |
| XYZ | 1.49 | 1.54 | 3.71 | - |
| YUV | 31.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 54 | 0.67 | 0.37 | 0 | 0.79 | 213.33 | 0.5 | 0.14 |
| Hex | 12 | 22 | 36 | 43 | 25 | 0 | 4F | D5 | 32 | E |
| Octal | 22 | 42 | 66 | 103 | 45 | 0 | 117 | 325 | 62 | 16 |
| Binary | 10010 | 100010 | 110110 | 1000011 | 100101 | 0 | 1001111 | 11010101 | 110010 | 1110 |
Color Harmonies of #122236
Complementary color
Monochromatic Colors of #122236
Black with #122236
Text Example
Text Example
White with #122236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122236; }
p { color: rgb(18,34,54); }
H1.HeaderClassName
{
color: #122236;
}
.AnyTagClassName
{
color: #122236;
}
</style>
background-color css
<style>
a { background-color: #122236; }
a { background-color: rgb(18,34,54); }
div.DivClassName
{
background-color: #122236;
}
.BgClassName
{
background-color: #122236;
}
</style>
border-color css
<style>
span { border-color: #122236; }
span { border-color: rgb(18,34,54); }
td.TdClassName
{
border-color: #122236;
}
.TagClassName
{
border-color: #122236;
}
</style>