Shades of Tangaroa #112A40
Tints of Tangaroa #112A40
RGB
CMYK
RGB Variations
Color information
#112A40 (or 0x112A40) is known color: Tangaroa. HEX triplet: 11, 2A and 40. RGB value is (17,42,64). Sum of RGB (Red+Green+Blue) = 17+42+64=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #112A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A40 is #EED5BF. Grayscale: #242424. Windows color (decimal): -15652288 or 4205073. OLE color: 4205073.
HSL color Cylindrical-coordinate representation of color #112A40: hue angle of 208.09º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112A40 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 42 | 64 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.75 |
| HSL | 208.09º | 0.58% | 0.16% | - |
| HSV(B) | 208.09º | 0.73% | 0.25% | - |
| XYZ | 1.98 | 2.15 | 5.16 | - |
| YUV | 37.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 64 | 0.73 | 0.34 | 0 | 0.75 | 208.09 | 0.58 | 0.16 |
| Hex | 11 | 2A | 40 | 49 | 22 | 0 | 4B | D0 | 3A | 10 |
| Octal | 21 | 52 | 100 | 111 | 42 | 0 | 113 | 320 | 72 | 20 |
| Binary | 10001 | 101010 | 1000000 | 1001001 | 100010 | 0 | 1001011 | 11010000 | 111010 | 10000 |
Color Harmonies of #112A40
Complementary color
Monochromatic Colors of #112A40
Black with #112A40
Text Example
Text Example
White with #112A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A40; }
p { color: rgb(17,42,64); }
H1.HeaderClassName
{
color: #112A40;
}
.AnyTagClassName
{
color: #112A40;
}
</style>
background-color css
<style>
a { background-color: #112A40; }
a { background-color: rgb(17,42,64); }
div.DivClassName
{
background-color: #112A40;
}
.BgClassName
{
background-color: #112A40;
}
</style>
border-color css
<style>
span { border-color: #112A40; }
span { border-color: rgb(17,42,64); }
td.TdClassName
{
border-color: #112A40;
}
.TagClassName
{
border-color: #112A40;
}
</style>