Shades of Tangaroa #11243A
Tints of Tangaroa #11243A
RGB
CMYK
RGB Variations
Color information
#11243A (or 0x11243A) is known color: Tangaroa. HEX triplet: 11, 24 and 3A. RGB value is (17,36,58). Sum of RGB (Red+Green+Blue) = 17+36+58=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #11243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11243A is #EEDBC5. Grayscale: #202020. Windows color (decimal): -15653830 or 3810321. OLE color: 3810321.
HSL color Cylindrical-coordinate representation of color #11243A: hue angle of 212.2º 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 #11243A is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 36 | 58 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.77 |
| HSL | 212.2º | 0.55% | 0.15% | - |
| HSV(B) | 212.2º | 0.71% | 0.23% | - |
| XYZ | 1.63 | 1.69 | 4.24 | - |
| YUV | 32.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 58 | 0.71 | 0.38 | 0 | 0.77 | 212.2 | 0.55 | 0.15 |
| Hex | 11 | 24 | 3A | 47 | 26 | 0 | 4D | D4 | 37 | F |
| Octal | 21 | 44 | 72 | 107 | 46 | 0 | 115 | 324 | 67 | 17 |
| Binary | 10001 | 100100 | 111010 | 1000111 | 100110 | 0 | 1001101 | 11010100 | 110111 | 1111 |
Color Harmonies of #11243A
Complementary color
Monochromatic Colors of #11243A
Black with #11243A
Text Example
Text Example
White with #11243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11243A; }
p { color: rgb(17,36,58); }
H1.HeaderClassName
{
color: #11243A;
}
.AnyTagClassName
{
color: #11243A;
}
</style>
background-color css
<style>
a { background-color: #11243A; }
a { background-color: rgb(17,36,58); }
div.DivClassName
{
background-color: #11243A;
}
.BgClassName
{
background-color: #11243A;
}
</style>
border-color css
<style>
span { border-color: #11243A; }
span { border-color: rgb(17,36,58); }
td.TdClassName
{
border-color: #11243A;
}
.TagClassName
{
border-color: #11243A;
}
</style>