Shades of Tangaroa #11293F
Tints of Tangaroa #11293F
RGB
CMYK
RGB Variations
Color information
#11293F (or 0x11293F) is known color: Tangaroa. HEX triplet: 11, 29 and 3F. RGB value is (17,41,63). Sum of RGB (Red+Green+Blue) = 17+41+63=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #11293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293F is #EED6C0. Grayscale: #242424. Windows color (decimal): -15652545 or 4139281. OLE color: 4139281.
HSL color Cylindrical-coordinate representation of color #11293F: hue angle of 208.7º 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 #11293F is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 41 | 63 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.75 |
| HSL | 208.7º | 0.58% | 0.16% | - |
| HSV(B) | 208.7º | 0.73% | 0.25% | - |
| XYZ | 1.92 | 2.06 | 5 | - |
| YUV | 36.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 63 | 0.73 | 0.35 | 0 | 0.75 | 208.7 | 0.58 | 0.16 |
| Hex | 11 | 29 | 3F | 49 | 23 | 0 | 4B | D1 | 3A | 10 |
| Octal | 21 | 51 | 77 | 111 | 43 | 0 | 113 | 321 | 72 | 20 |
| Binary | 10001 | 101001 | 111111 | 1001001 | 100011 | 0 | 1001011 | 11010001 | 111010 | 10000 |
Color Harmonies of #11293F
Complementary color
Monochromatic Colors of #11293F
Black with #11293F
Text Example
Text Example
White with #11293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11293F; }
p { color: rgb(17,41,63); }
H1.HeaderClassName
{
color: #11293F;
}
.AnyTagClassName
{
color: #11293F;
}
</style>
background-color css
<style>
a { background-color: #11293F; }
a { background-color: rgb(17,41,63); }
div.DivClassName
{
background-color: #11293F;
}
.BgClassName
{
background-color: #11293F;
}
</style>
border-color css
<style>
span { border-color: #11293F; }
span { border-color: rgb(17,41,63); }
td.TdClassName
{
border-color: #11293F;
}
.TagClassName
{
border-color: #11293F;
}
</style>