Shades of Tangaroa #112A47
Tints of Tangaroa #112A47
RGB
CMYK
RGB Variations
Color information
#112A47 (or 0x112A47) is known color: Tangaroa. HEX triplet: 11, 2A and 47. RGB value is (17,42,71). Sum of RGB (Red+Green+Blue) = 17+42+71=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #112A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A47 is #EED5B8. Grayscale: #252525. Windows color (decimal): -15652281 or 4663825. OLE color: 4663825.
HSL color Cylindrical-coordinate representation of color #112A47: hue angle of 212.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112A47 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 42 | 71 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.72 |
| HSL | 212.22º | 0.61% | 0.17% | - |
| HSV(B) | 212.22º | 0.76% | 0.28% | - |
| XYZ | 2.2 | 2.23 | 6.28 | - |
| YUV | 37.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 71 | 0.76 | 0.41 | 0 | 0.72 | 212.22 | 0.61 | 0.17 |
| Hex | 11 | 2A | 47 | 4C | 29 | 0 | 48 | D4 | 3D | 11 |
| Octal | 21 | 52 | 107 | 114 | 51 | 0 | 110 | 324 | 75 | 21 |
| Binary | 10001 | 101010 | 1000111 | 1001100 | 101001 | 0 | 1001000 | 11010100 | 111101 | 10001 |
Color Harmonies of #112A47
Complementary color
Monochromatic Colors of #112A47
Black with #112A47
Text Example
Text Example
White with #112A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A47; }
p { color: rgb(17,42,71); }
H1.HeaderClassName
{
color: #112A47;
}
.AnyTagClassName
{
color: #112A47;
}
</style>
background-color css
<style>
a { background-color: #112A47; }
a { background-color: rgb(17,42,71); }
div.DivClassName
{
background-color: #112A47;
}
.BgClassName
{
background-color: #112A47;
}
</style>
border-color css
<style>
span { border-color: #112A47; }
span { border-color: rgb(17,42,71); }
td.TdClassName
{
border-color: #112A47;
}
.TagClassName
{
border-color: #112A47;
}
</style>