Shades of Tangaroa #122234
Tints of Tangaroa #122234
RGB
CMYK
RGB Variations
Color information
#122234 (or 0x122234) is known color: Tangaroa. HEX triplet: 12, 22 and 34. RGB value is (18,34,52). Sum of RGB (Red+Green+Blue) = 18+34+52=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #122234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122234 is #EDDDCB. Grayscale: #1F1F1F. Windows color (decimal): -15588812 or 3416594. OLE color: 3416594.
HSL color Cylindrical-coordinate representation of color #122234: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122234 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 34 | 52 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.80 |
| HSL | 211.76º | 0.49% | 0.14% | - |
| HSV(B) | 211.76º | 0.65% | 0.2% | - |
| XYZ | 1.44 | 1.52 | 3.47 | - |
| YUV | 31.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 52 | 0.65 | 0.35 | 0 | 0.80 | 211.76 | 0.49 | 0.14 |
| Hex | 12 | 22 | 34 | 41 | 23 | 0 | 50 | D4 | 31 | E |
| Octal | 22 | 42 | 64 | 101 | 43 | 0 | 120 | 324 | 61 | 16 |
| Binary | 10010 | 100010 | 110100 | 1000001 | 100011 | 0 | 1010000 | 11010100 | 110001 | 1110 |
Color Harmonies of #122234
Complementary color
Monochromatic Colors of #122234
Black with #122234
Text Example
Text Example
White with #122234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122234; }
p { color: rgb(18,34,52); }
H1.HeaderClassName
{
color: #122234;
}
.AnyTagClassName
{
color: #122234;
}
</style>
background-color css
<style>
a { background-color: #122234; }
a { background-color: rgb(18,34,52); }
div.DivClassName
{
background-color: #122234;
}
.BgClassName
{
background-color: #122234;
}
</style>
border-color css
<style>
span { border-color: #122234; }
span { border-color: rgb(18,34,52); }
td.TdClassName
{
border-color: #122234;
}
.TagClassName
{
border-color: #122234;
}
</style>