Shades of Tangaroa #112743
Tints of Tangaroa #112743
RGB
CMYK
RGB Variations
Color information
#112743 (or 0x112743) is known color: Tangaroa. HEX triplet: 11, 27 and 43. RGB value is (17,39,67). Sum of RGB (Red+Green+Blue) = 17+39+67=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #112743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112743 is #EED8BC. Grayscale: #232323. Windows color (decimal): -15653053 or 4400913. OLE color: 4400913.
HSL color Cylindrical-coordinate representation of color #112743: hue angle of 213.6º 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 #112743 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 39 | 67 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.74 |
| HSL | 213.6º | 0.6% | 0.16% | - |
| HSV(B) | 213.6º | 0.75% | 0.26% | - |
| XYZ | 1.97 | 1.98 | 5.59 | - |
| YUV | 35.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 67 | 0.75 | 0.42 | 0 | 0.74 | 213.6 | 0.6 | 0.16 |
| Hex | 11 | 27 | 43 | 4B | 2A | 0 | 4A | D6 | 3C | 10 |
| Octal | 21 | 47 | 103 | 113 | 52 | 0 | 112 | 326 | 74 | 20 |
| Binary | 10001 | 100111 | 1000011 | 1001011 | 101010 | 0 | 1001010 | 11010110 | 111100 | 10000 |
Color Harmonies of #112743
Complementary color
Monochromatic Colors of #112743
Black with #112743
Text Example
Text Example
White with #112743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112743; }
p { color: rgb(17,39,67); }
H1.HeaderClassName
{
color: #112743;
}
.AnyTagClassName
{
color: #112743;
}
</style>
background-color css
<style>
a { background-color: #112743; }
a { background-color: rgb(17,39,67); }
div.DivClassName
{
background-color: #112743;
}
.BgClassName
{
background-color: #112743;
}
</style>
border-color css
<style>
span { border-color: #112743; }
span { border-color: rgb(17,39,67); }
td.TdClassName
{
border-color: #112743;
}
.TagClassName
{
border-color: #112743;
}
</style>