Shades of Tangaroa #11273C
Tints of Tangaroa #11273C
RGB
CMYK
RGB Variations
Color information
#11273C (or 0x11273C) is known color: Tangaroa. HEX triplet: 11, 27 and 3C. RGB value is (17,39,60). Sum of RGB (Red+Green+Blue) = 17+39+60=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #11273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11273C is #EED8C3. Grayscale: #222222. Windows color (decimal): -15653060 or 3942161. OLE color: 3942161.
HSL color Cylindrical-coordinate representation of color #11273C: hue angle of 209.3º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11273C is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 39 | 60 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.76 |
| HSL | 209.3º | 0.56% | 0.15% | - |
| HSV(B) | 209.3º | 0.72% | 0.24% | - |
| XYZ | 1.77 | 1.9 | 4.55 | - |
| YUV | 34.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 60 | 0.72 | 0.35 | 0 | 0.76 | 209.3 | 0.56 | 0.15 |
| Hex | 11 | 27 | 3C | 48 | 23 | 0 | 4C | D1 | 38 | F |
| Octal | 21 | 47 | 74 | 110 | 43 | 0 | 114 | 321 | 70 | 17 |
| Binary | 10001 | 100111 | 111100 | 1001000 | 100011 | 0 | 1001100 | 11010001 | 111000 | 1111 |
Color Harmonies of #11273C
Complementary color
Monochromatic Colors of #11273C
Black with #11273C
Text Example
Text Example
White with #11273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11273C; }
p { color: rgb(17,39,60); }
H1.HeaderClassName
{
color: #11273C;
}
.AnyTagClassName
{
color: #11273C;
}
</style>
background-color css
<style>
a { background-color: #11273C; }
a { background-color: rgb(17,39,60); }
div.DivClassName
{
background-color: #11273C;
}
.BgClassName
{
background-color: #11273C;
}
</style>
border-color css
<style>
span { border-color: #11273C; }
span { border-color: rgb(17,39,60); }
td.TdClassName
{
border-color: #11273C;
}
.TagClassName
{
border-color: #11273C;
}
</style>