Shades of Tangaroa #112C38
Tints of Tangaroa #112C38
RGB
CMYK
RGB Variations
Color information
#112C38 (or 0x112C38) is known color: Tangaroa. HEX triplet: 11, 2C and 38. RGB value is (17,44,56). Sum of RGB (Red+Green+Blue) = 17+44+56=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #112C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C38 is #EED3C7. Grayscale: #252525. Windows color (decimal): -15651784 or 3681297. OLE color: 3681297.
HSL color Cylindrical-coordinate representation of color #112C38: hue angle of 198.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112C38 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 44 | 56 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.78 |
| HSL | 198.46º | 0.53% | 0.14% | - |
| HSV(B) | 198.46º | 0.7% | 0.22% | - |
| XYZ | 1.85 | 2.21 | 4.07 | - |
| YUV | 37.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 56 | 0.70 | 0.21 | 0 | 0.78 | 198.46 | 0.53 | 0.14 |
| Hex | 11 | 2C | 38 | 46 | 15 | 0 | 4E | C6 | 35 | E |
| Octal | 21 | 54 | 70 | 106 | 25 | 0 | 116 | 306 | 65 | 16 |
| Binary | 10001 | 101100 | 111000 | 1000110 | 10101 | 0 | 1001110 | 11000110 | 110101 | 1110 |
Color Harmonies of #112C38
Complementary color
Monochromatic Colors of #112C38
Black with #112C38
Text Example
Text Example
White with #112C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C38; }
p { color: rgb(17,44,56); }
H1.HeaderClassName
{
color: #112C38;
}
.AnyTagClassName
{
color: #112C38;
}
</style>
background-color css
<style>
a { background-color: #112C38; }
a { background-color: rgb(17,44,56); }
div.DivClassName
{
background-color: #112C38;
}
.BgClassName
{
background-color: #112C38;
}
</style>
border-color css
<style>
span { border-color: #112C38; }
span { border-color: rgb(17,44,56); }
td.TdClassName
{
border-color: #112C38;
}
.TagClassName
{
border-color: #112C38;
}
</style>