Shades of Jewel #105844
Tints of Jewel #105844
RGB
CMYK
RGB Variations
Color information
#105844 (or 0x105844) is known color: Jewel. HEX triplet: 10, 58 and 44. RGB value is (16,88,68). Sum of RGB (Red+Green+Blue) = 16+88+68=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #105844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105844 is #EFA7BB. Grayscale: #404040. Windows color (decimal): -15706044 or 4478992. OLE color: 4478992.
HSL color Cylindrical-coordinate representation of color #105844: hue angle of 163.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105844 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 68 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.65 |
| HSL | 163.33º | 0.69% | 0.2% | - |
| HSV(B) | 163.33º | 0.82% | 0.35% | - |
| XYZ | 4.75 | 7.51 | 6.67 | - |
| YUV | 64.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 68 | 0.82 | 0 | 0.23 | 0.65 | 163.33 | 0.69 | 0.2 |
| Hex | 10 | 58 | 44 | 52 | 0 | 17 | 41 | A3 | 45 | 14 |
| Octal | 20 | 130 | 104 | 122 | 0 | 27 | 101 | 243 | 105 | 24 |
| Binary | 10000 | 1011000 | 1000100 | 1010010 | 0 | 10111 | 1000001 | 10100011 | 1000101 | 10100 |
Color Harmonies of #105844
Complementary color
Monochromatic Colors of #105844
Black with #105844
Text Example
Text Example
White with #105844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105844; }
p { color: rgb(16,88,68); }
H1.HeaderClassName
{
color: #105844;
}
.AnyTagClassName
{
color: #105844;
}
</style>
background-color css
<style>
a { background-color: #105844; }
a { background-color: rgb(16,88,68); }
div.DivClassName
{
background-color: #105844;
}
.BgClassName
{
background-color: #105844;
}
</style>
border-color css
<style>
span { border-color: #105844; }
span { border-color: rgb(16,88,68); }
td.TdClassName
{
border-color: #105844;
}
.TagClassName
{
border-color: #105844;
}
</style>