Shades of Tangaroa #112A43
Tints of Tangaroa #112A43
RGB
CMYK
RGB Variations
Color information
#112A43 (or 0x112A43) is known color: Tangaroa. HEX triplet: 11, 2A and 43. RGB value is (17,42,67). Sum of RGB (Red+Green+Blue) = 17+42+67=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #112A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A43 is #EED5BC. Grayscale: #252525. Windows color (decimal): -15652285 or 4401681. OLE color: 4401681.
HSL color Cylindrical-coordinate representation of color #112A43: hue angle of 210º 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 #112A43 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 42 | 67 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.74 |
| HSL | 210º | 0.6% | 0.16% | - |
| HSV(B) | 210º | 0.75% | 0.26% | - |
| XYZ | 2.07 | 2.18 | 5.62 | - |
| YUV | 37.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 67 | 0.75 | 0.37 | 0 | 0.74 | 210 | 0.6 | 0.16 |
| Hex | 11 | 2A | 43 | 4B | 25 | 0 | 4A | D2 | 3C | 10 |
| Octal | 21 | 52 | 103 | 113 | 45 | 0 | 112 | 322 | 74 | 20 |
| Binary | 10001 | 101010 | 1000011 | 1001011 | 100101 | 0 | 1001010 | 11010010 | 111100 | 10000 |
Color Harmonies of #112A43
Complementary color
Monochromatic Colors of #112A43
Black with #112A43
Text Example
Text Example
White with #112A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A43; }
p { color: rgb(17,42,67); }
H1.HeaderClassName
{
color: #112A43;
}
.AnyTagClassName
{
color: #112A43;
}
</style>
background-color css
<style>
a { background-color: #112A43; }
a { background-color: rgb(17,42,67); }
div.DivClassName
{
background-color: #112A43;
}
.BgClassName
{
background-color: #112A43;
}
</style>
border-color css
<style>
span { border-color: #112A43; }
span { border-color: rgb(17,42,67); }
td.TdClassName
{
border-color: #112A43;
}
.TagClassName
{
border-color: #112A43;
}
</style>