Shades of Jewel #11624E
Tints of Jewel #11624E
RGB
CMYK
RGB Variations
Color information
#11624E (or 0x11624E) is known color: Jewel. HEX triplet: 11, 62 and 4E. RGB value is (17,98,78). Sum of RGB (Red+Green+Blue) = 17+98+78=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #11624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11624E is #EE9DB1. Grayscale: #474747. Windows color (decimal): -15637938 or 5136913. OLE color: 5136913.
HSL color Cylindrical-coordinate representation of color #11624E: hue angle of 165.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11624E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 78 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.62 |
| HSL | 165.19º | 0.7% | 0.23% | - |
| HSV(B) | 165.19º | 0.83% | 0.38% | - |
| XYZ | 5.97 | 9.4 | 8.71 | - |
| YUV | 71.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 78 | 0.83 | 0 | 0.20 | 0.62 | 165.19 | 0.7 | 0.23 |
| Hex | 11 | 62 | 4E | 53 | 0 | 14 | 3E | A5 | 46 | 17 |
| Octal | 21 | 142 | 116 | 123 | 0 | 24 | 76 | 245 | 106 | 27 |
| Binary | 10001 | 1100010 | 1001110 | 1010011 | 0 | 10100 | 111110 | 10100101 | 1000110 | 10111 |
Color Harmonies of #11624E
Complementary color
Monochromatic Colors of #11624E
Black with #11624E
Text Example
Text Example
White with #11624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11624E; }
p { color: rgb(17,98,78); }
H1.HeaderClassName
{
color: #11624E;
}
.AnyTagClassName
{
color: #11624E;
}
</style>
background-color css
<style>
a { background-color: #11624E; }
a { background-color: rgb(17,98,78); }
div.DivClassName
{
background-color: #11624E;
}
.BgClassName
{
background-color: #11624E;
}
</style>
border-color css
<style>
span { border-color: #11624E; }
span { border-color: rgb(17,98,78); }
td.TdClassName
{
border-color: #11624E;
}
.TagClassName
{
border-color: #11624E;
}
</style>