Shades of Tangaroa #11283A
Tints of Tangaroa #11283A
RGB
CMYK
RGB Variations
Color information
#11283A (or 0x11283A) is known color: Tangaroa. HEX triplet: 11, 28 and 3A. RGB value is (17,40,58). Sum of RGB (Red+Green+Blue) = 17+40+58=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #11283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11283A is #EED7C5. Grayscale: #232323. Windows color (decimal): -15652806 or 3811345. OLE color: 3811345.
HSL color Cylindrical-coordinate representation of color #11283A: hue angle of 206.34º 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 #11283A is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 40 | 58 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.77 |
| HSL | 206.34º | 0.55% | 0.15% | - |
| HSV(B) | 206.34º | 0.71% | 0.23% | - |
| XYZ | 1.75 | 1.94 | 4.29 | - |
| YUV | 35.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 58 | 0.71 | 0.31 | 0 | 0.77 | 206.34 | 0.55 | 0.15 |
| Hex | 11 | 28 | 3A | 47 | 1F | 0 | 4D | CE | 37 | F |
| Octal | 21 | 50 | 72 | 107 | 37 | 0 | 115 | 316 | 67 | 17 |
| Binary | 10001 | 101000 | 111010 | 1000111 | 11111 | 0 | 1001101 | 11001110 | 110111 | 1111 |
Color Harmonies of #11283A
Complementary color
Monochromatic Colors of #11283A
Black with #11283A
Text Example
Text Example
White with #11283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11283A; }
p { color: rgb(17,40,58); }
H1.HeaderClassName
{
color: #11283A;
}
.AnyTagClassName
{
color: #11283A;
}
</style>
background-color css
<style>
a { background-color: #11283A; }
a { background-color: rgb(17,40,58); }
div.DivClassName
{
background-color: #11283A;
}
.BgClassName
{
background-color: #11283A;
}
</style>
border-color css
<style>
span { border-color: #11283A; }
span { border-color: rgb(17,40,58); }
td.TdClassName
{
border-color: #11283A;
}
.TagClassName
{
border-color: #11283A;
}
</style>