Shades of Tangaroa #112C3D
Tints of Tangaroa #112C3D
RGB
CMYK
RGB Variations
Color information
#112C3D (or 0x112C3D) is known color: Tangaroa. HEX triplet: 11, 2C and 3D. RGB value is (17,44,61). Sum of RGB (Red+Green+Blue) = 17+44+61=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #112C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C3D is #EED3C2. Grayscale: #252525. Windows color (decimal): -15651779 or 4008977. OLE color: 4008977.
HSL color Cylindrical-coordinate representation of color #112C3D: hue angle of 203.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #112C3D is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 44 | 61 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.76 |
| HSL | 203.18º | 0.56% | 0.15% | - |
| HSV(B) | 203.18º | 0.72% | 0.24% | - |
| XYZ | 1.97 | 2.26 | 4.75 | - |
| YUV | 37.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 61 | 0.72 | 0.28 | 0 | 0.76 | 203.18 | 0.56 | 0.15 |
| Hex | 11 | 2C | 3D | 48 | 1C | 0 | 4C | CB | 38 | F |
| Octal | 21 | 54 | 75 | 110 | 34 | 0 | 114 | 313 | 70 | 17 |
| Binary | 10001 | 101100 | 111101 | 1001000 | 11100 | 0 | 1001100 | 11001011 | 111000 | 1111 |
Color Harmonies of #112C3D
Complementary color
Monochromatic Colors of #112C3D
Black with #112C3D
Text Example
Text Example
White with #112C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C3D; }
p { color: rgb(17,44,61); }
H1.HeaderClassName
{
color: #112C3D;
}
.AnyTagClassName
{
color: #112C3D;
}
</style>
background-color css
<style>
a { background-color: #112C3D; }
a { background-color: rgb(17,44,61); }
div.DivClassName
{
background-color: #112C3D;
}
.BgClassName
{
background-color: #112C3D;
}
</style>
border-color css
<style>
span { border-color: #112C3D; }
span { border-color: rgb(17,44,61); }
td.TdClassName
{
border-color: #112C3D;
}
.TagClassName
{
border-color: #112C3D;
}
</style>