Shades of Tangaroa #11293A
Tints of Tangaroa #11293A
RGB
CMYK
RGB Variations
Color information
#11293A (or 0x11293A) is known color: Tangaroa. HEX triplet: 11, 29 and 3A. RGB value is (17,41,58). Sum of RGB (Red+Green+Blue) = 17+41+58=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #11293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293A is #EED6C5. Grayscale: #232323. Windows color (decimal): -15652550 or 3811601. OLE color: 3811601.
HSL color Cylindrical-coordinate representation of color #11293A: hue angle of 204.88º 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 #11293A is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 41 | 58 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.77 |
| HSL | 204.88º | 0.55% | 0.15% | - |
| HSV(B) | 204.88º | 0.71% | 0.23% | - |
| XYZ | 1.79 | 2.01 | 4.3 | - |
| YUV | 35.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 58 | 0.71 | 0.29 | 0 | 0.77 | 204.88 | 0.55 | 0.15 |
| Hex | 11 | 29 | 3A | 47 | 1D | 0 | 4D | CD | 37 | F |
| Octal | 21 | 51 | 72 | 107 | 35 | 0 | 115 | 315 | 67 | 17 |
| Binary | 10001 | 101001 | 111010 | 1000111 | 11101 | 0 | 1001101 | 11001101 | 110111 | 1111 |
Color Harmonies of #11293A
Complementary color
Monochromatic Colors of #11293A
Black with #11293A
Text Example
Text Example
White with #11293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11293A; }
p { color: rgb(17,41,58); }
H1.HeaderClassName
{
color: #11293A;
}
.AnyTagClassName
{
color: #11293A;
}
</style>
background-color css
<style>
a { background-color: #11293A; }
a { background-color: rgb(17,41,58); }
div.DivClassName
{
background-color: #11293A;
}
.BgClassName
{
background-color: #11293A;
}
</style>
border-color css
<style>
span { border-color: #11293A; }
span { border-color: rgb(17,41,58); }
td.TdClassName
{
border-color: #11293A;
}
.TagClassName
{
border-color: #11293A;
}
</style>