Shades of Tangaroa #112C3F
Tints of Tangaroa #112C3F
RGB
CMYK
RGB Variations
Color information
#112C3F (or 0x112C3F) is known color: Tangaroa. HEX triplet: 11, 2C and 3F. RGB value is (17,44,63). Sum of RGB (Red+Green+Blue) = 17+44+63=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #112C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C3F is #EED3C0. Grayscale: #252525. Windows color (decimal): -15651777 or 4140049. OLE color: 4140049.
HSL color Cylindrical-coordinate representation of color #112C3F: hue angle of 204.78º degrees, saturation: 0.57, 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 #112C3F is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 44 | 63 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.75 |
| HSL | 204.78º | 0.58% | 0.16% | - |
| HSV(B) | 204.78º | 0.73% | 0.25% | - |
| XYZ | 2.03 | 2.28 | 5.04 | - |
| YUV | 38.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 63 | 0.73 | 0.30 | 0 | 0.75 | 204.78 | 0.58 | 0.16 |
| Hex | 11 | 2C | 3F | 49 | 1E | 0 | 4B | CD | 3A | 10 |
| Octal | 21 | 54 | 77 | 111 | 36 | 0 | 113 | 315 | 72 | 20 |
| Binary | 10001 | 101100 | 111111 | 1001001 | 11110 | 0 | 1001011 | 11001101 | 111010 | 10000 |
Color Harmonies of #112C3F
Complementary color
Monochromatic Colors of #112C3F
Black with #112C3F
Text Example
Text Example
White with #112C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C3F; }
p { color: rgb(17,44,63); }
H1.HeaderClassName
{
color: #112C3F;
}
.AnyTagClassName
{
color: #112C3F;
}
</style>
background-color css
<style>
a { background-color: #112C3F; }
a { background-color: rgb(17,44,63); }
div.DivClassName
{
background-color: #112C3F;
}
.BgClassName
{
background-color: #112C3F;
}
</style>
border-color css
<style>
span { border-color: #112C3F; }
span { border-color: rgb(17,44,63); }
td.TdClassName
{
border-color: #112C3F;
}
.TagClassName
{
border-color: #112C3F;
}
</style>