Shades of Tangaroa #112D3B
Tints of Tangaroa #112D3B
RGB
CMYK
RGB Variations
Color information
#112D3B (or 0x112D3B) is known color: Tangaroa. HEX triplet: 11, 2D and 3B. RGB value is (17,45,59). Sum of RGB (Red+Green+Blue) = 17+45+59=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #112D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D3B is #EED2C4. Grayscale: #262626. Windows color (decimal): -15651525 or 3878161. OLE color: 3878161.
HSL color Cylindrical-coordinate representation of color #112D3B: hue angle of 200º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #112D3B is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 45 | 59 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.77 |
| HSL | 200º | 0.55% | 0.15% | - |
| HSV(B) | 200º | 0.71% | 0.23% | - |
| XYZ | 1.96 | 2.31 | 4.48 | - |
| YUV | 38.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 59 | 0.71 | 0.24 | 0 | 0.77 | 200 | 0.55 | 0.15 |
| Hex | 11 | 2D | 3B | 47 | 18 | 0 | 4D | C8 | 37 | F |
| Octal | 21 | 55 | 73 | 107 | 30 | 0 | 115 | 310 | 67 | 17 |
| Binary | 10001 | 101101 | 111011 | 1000111 | 11000 | 0 | 1001101 | 11001000 | 110111 | 1111 |
Color Harmonies of #112D3B
Complementary color
Monochromatic Colors of #112D3B
Black with #112D3B
Text Example
Text Example
White with #112D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D3B; }
p { color: rgb(17,45,59); }
H1.HeaderClassName
{
color: #112D3B;
}
.AnyTagClassName
{
color: #112D3B;
}
</style>
background-color css
<style>
a { background-color: #112D3B; }
a { background-color: rgb(17,45,59); }
div.DivClassName
{
background-color: #112D3B;
}
.BgClassName
{
background-color: #112D3B;
}
</style>
border-color css
<style>
span { border-color: #112D3B; }
span { border-color: rgb(17,45,59); }
td.TdClassName
{
border-color: #112D3B;
}
.TagClassName
{
border-color: #112D3B;
}
</style>