Shades of Tangaroa #112D39
Tints of Tangaroa #112D39
RGB
CMYK
RGB Variations
Color information
#112D39 (or 0x112D39) is known color: Tangaroa. HEX triplet: 11, 2D and 39. RGB value is (17,45,57). Sum of RGB (Red+Green+Blue) = 17+45+57=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #112D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D39 is #EED2C6. Grayscale: #252525. Windows color (decimal): -15651527 or 3747089. OLE color: 3747089.
HSL color Cylindrical-coordinate representation of color #112D39: hue angle of 198º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112D39 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 45 | 57 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.78 |
| HSL | 198º | 0.54% | 0.15% | - |
| HSV(B) | 198º | 0.7% | 0.22% | - |
| XYZ | 1.91 | 2.29 | 4.21 | - |
| YUV | 38 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 57 | 0.70 | 0.21 | 0 | 0.78 | 198 | 0.54 | 0.15 |
| Hex | 11 | 2D | 39 | 46 | 15 | 0 | 4E | C6 | 36 | F |
| Octal | 21 | 55 | 71 | 106 | 25 | 0 | 116 | 306 | 66 | 17 |
| Binary | 10001 | 101101 | 111001 | 1000110 | 10101 | 0 | 1001110 | 11000110 | 110110 | 1111 |
Color Harmonies of #112D39
Complementary color
Monochromatic Colors of #112D39
Black with #112D39
Text Example
Text Example
White with #112D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D39; }
p { color: rgb(17,45,57); }
H1.HeaderClassName
{
color: #112D39;
}
.AnyTagClassName
{
color: #112D39;
}
</style>
background-color css
<style>
a { background-color: #112D39; }
a { background-color: rgb(17,45,57); }
div.DivClassName
{
background-color: #112D39;
}
.BgClassName
{
background-color: #112D39;
}
</style>
border-color css
<style>
span { border-color: #112D39; }
span { border-color: rgb(17,45,57); }
td.TdClassName
{
border-color: #112D39;
}
.TagClassName
{
border-color: #112D39;
}
</style>