Shades of Jewel #11634E
Tints of Jewel #11634E
RGB
CMYK
RGB Variations
Color information
#11634E (or 0x11634E) is known color: Jewel. HEX triplet: 11, 63 and 4E. RGB value is (17,99,78). Sum of RGB (Red+Green+Blue) = 17+99+78=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #11634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11634E is #EE9CB1. Grayscale: #484848. Windows color (decimal): -15637682 or 5137169. OLE color: 5137169.
HSL color Cylindrical-coordinate representation of color #11634E: hue angle of 164.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11634E is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 78 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.61 |
| HSL | 164.63º | 0.71% | 0.23% | - |
| HSV(B) | 164.63º | 0.83% | 0.39% | - |
| XYZ | 6.07 | 9.59 | 8.74 | - |
| YUV | 72.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 78 | 0.83 | 0 | 0.21 | 0.61 | 164.63 | 0.71 | 0.23 |
| Hex | 11 | 63 | 4E | 53 | 0 | 15 | 3D | A5 | 47 | 17 |
| Octal | 21 | 143 | 116 | 123 | 0 | 25 | 75 | 245 | 107 | 27 |
| Binary | 10001 | 1100011 | 1001110 | 1010011 | 0 | 10101 | 111101 | 10100101 | 1000111 | 10111 |
Color Harmonies of #11634E
Complementary color
Monochromatic Colors of #11634E
Black with #11634E
Text Example
Text Example
White with #11634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11634E; }
p { color: rgb(17,99,78); }
H1.HeaderClassName
{
color: #11634E;
}
.AnyTagClassName
{
color: #11634E;
}
</style>
background-color css
<style>
a { background-color: #11634E; }
a { background-color: rgb(17,99,78); }
div.DivClassName
{
background-color: #11634E;
}
.BgClassName
{
background-color: #11634E;
}
</style>
border-color css
<style>
span { border-color: #11634E; }
span { border-color: rgb(17,99,78); }
td.TdClassName
{
border-color: #11634E;
}
.TagClassName
{
border-color: #11634E;
}
</style>