Shades of Tangaroa #122135
Tints of Tangaroa #122135
RGB
CMYK
RGB Variations
Color information
#122135 (or 0x122135) is known color: Tangaroa. HEX triplet: 12, 21 and 35. RGB value is (18,33,53). Sum of RGB (Red+Green+Blue) = 18+33+53=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #122135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122135 is #EDDECA. Grayscale: #1E1E1E. Windows color (decimal): -15589067 or 3481874. OLE color: 3481874.
HSL color Cylindrical-coordinate representation of color #122135: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #122135 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 33 | 53 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.79 |
| HSL | 214.29º | 0.49% | 0.14% | - |
| HSV(B) | 214.29º | 0.66% | 0.21% | - |
| XYZ | 1.44 | 1.47 | 3.58 | - |
| YUV | 30.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 53 | 0.66 | 0.38 | 0 | 0.79 | 214.29 | 0.49 | 0.14 |
| Hex | 12 | 21 | 35 | 42 | 26 | 0 | 4F | D6 | 31 | E |
| Octal | 22 | 41 | 65 | 102 | 46 | 0 | 117 | 326 | 61 | 16 |
| Binary | 10010 | 100001 | 110101 | 1000010 | 100110 | 0 | 1001111 | 11010110 | 110001 | 1110 |
Color Harmonies of #122135
Complementary color
Monochromatic Colors of #122135
Black with #122135
Text Example
Text Example
White with #122135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122135; }
p { color: rgb(18,33,53); }
H1.HeaderClassName
{
color: #122135;
}
.AnyTagClassName
{
color: #122135;
}
</style>
background-color css
<style>
a { background-color: #122135; }
a { background-color: rgb(18,33,53); }
div.DivClassName
{
background-color: #122135;
}
.BgClassName
{
background-color: #122135;
}
</style>
border-color css
<style>
span { border-color: #122135; }
span { border-color: rgb(18,33,53); }
td.TdClassName
{
border-color: #122135;
}
.TagClassName
{
border-color: #122135;
}
</style>