Shades of Jewel #11624B
Tints of Jewel #11624B
RGB
CMYK
RGB Variations
Color information
#11624B (or 0x11624B) is known color: Jewel. HEX triplet: 11, 62 and 4B. RGB value is (17,98,75). Sum of RGB (Red+Green+Blue) = 17+98+75=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #11624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11624B is #EE9DB4. Grayscale: #474747. Windows color (decimal): -15637941 or 4940305. OLE color: 4940305.
HSL color Cylindrical-coordinate representation of color #11624B: hue angle of 162.96º 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 #11624B is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 75 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.62 |
| HSL | 162.96º | 0.7% | 0.23% | - |
| HSV(B) | 162.96º | 0.83% | 0.38% | - |
| XYZ | 5.87 | 9.36 | 8.15 | - |
| YUV | 71.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 75 | 0.83 | 0 | 0.23 | 0.62 | 162.96 | 0.7 | 0.23 |
| Hex | 11 | 62 | 4B | 53 | 0 | 17 | 3E | A3 | 46 | 17 |
| Octal | 21 | 142 | 113 | 123 | 0 | 27 | 76 | 243 | 106 | 27 |
| Binary | 10001 | 1100010 | 1001011 | 1010011 | 0 | 10111 | 111110 | 10100011 | 1000110 | 10111 |
Color Harmonies of #11624B
Complementary color
Monochromatic Colors of #11624B
Black with #11624B
Text Example
Text Example
White with #11624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11624B; }
p { color: rgb(17,98,75); }
H1.HeaderClassName
{
color: #11624B;
}
.AnyTagClassName
{
color: #11624B;
}
</style>
background-color css
<style>
a { background-color: #11624B; }
a { background-color: rgb(17,98,75); }
div.DivClassName
{
background-color: #11624B;
}
.BgClassName
{
background-color: #11624B;
}
</style>
border-color css
<style>
span { border-color: #11624B; }
span { border-color: rgb(17,98,75); }
td.TdClassName
{
border-color: #11624B;
}
.TagClassName
{
border-color: #11624B;
}
</style>