Shades of Tangaroa #112943
Tints of Tangaroa #112943
RGB
CMYK
RGB Variations
Color information
#112943 (or 0x112943) is known color: Tangaroa. HEX triplet: 11, 29 and 43. RGB value is (17,41,67). Sum of RGB (Red+Green+Blue) = 17+41+67=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #112943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112943 is #EED6BC. Grayscale: #242424. Windows color (decimal): -15652541 or 4401425. OLE color: 4401425.
HSL color Cylindrical-coordinate representation of color #112943: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112943 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 41 | 67 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.74 |
| HSL | 211.2º | 0.6% | 0.16% | - |
| HSV(B) | 211.2º | 0.75% | 0.26% | - |
| XYZ | 2.04 | 2.11 | 5.61 | - |
| YUV | 36.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 67 | 0.75 | 0.39 | 0 | 0.74 | 211.2 | 0.6 | 0.16 |
| Hex | 11 | 29 | 43 | 4B | 27 | 0 | 4A | D3 | 3C | 10 |
| Octal | 21 | 51 | 103 | 113 | 47 | 0 | 112 | 323 | 74 | 20 |
| Binary | 10001 | 101001 | 1000011 | 1001011 | 100111 | 0 | 1001010 | 11010011 | 111100 | 10000 |
Color Harmonies of #112943
Complementary color
Monochromatic Colors of #112943
Black with #112943
Text Example
Text Example
White with #112943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112943; }
p { color: rgb(17,41,67); }
H1.HeaderClassName
{
color: #112943;
}
.AnyTagClassName
{
color: #112943;
}
</style>
background-color css
<style>
a { background-color: #112943; }
a { background-color: rgb(17,41,67); }
div.DivClassName
{
background-color: #112943;
}
.BgClassName
{
background-color: #112943;
}
</style>
border-color css
<style>
span { border-color: #112943; }
span { border-color: rgb(17,41,67); }
td.TdClassName
{
border-color: #112943;
}
.TagClassName
{
border-color: #112943;
}
</style>