Shades of Jewel #105E4C
Tints of Jewel #105E4C
RGB
CMYK
RGB Variations
Color information
#105E4C (or 0x105E4C) is known color: Jewel. HEX triplet: 10, 5E and 4C. RGB value is (16,94,76). Sum of RGB (Red+Green+Blue) = 16+94+76=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #105E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105E4C is #EFA1B3. Grayscale: #444444. Windows color (decimal): -15704500 or 5004816. OLE color: 5004816.
HSL color Cylindrical-coordinate representation of color #105E4C: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105E4C is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 76 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.63 |
| HSL | 166.15º | 0.71% | 0.22% | - |
| HSV(B) | 166.15º | 0.83% | 0.37% | - |
| XYZ | 5.52 | 8.64 | 8.21 | - |
| YUV | 68.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 76 | 0.83 | 0 | 0.19 | 0.63 | 166.15 | 0.71 | 0.22 |
| Hex | 10 | 5E | 4C | 53 | 0 | 13 | 3F | A6 | 47 | 16 |
| Octal | 20 | 136 | 114 | 123 | 0 | 23 | 77 | 246 | 107 | 26 |
| Binary | 10000 | 1011110 | 1001100 | 1010011 | 0 | 10011 | 111111 | 10100110 | 1000111 | 10110 |
Color Harmonies of #105E4C
Complementary color
Monochromatic Colors of #105E4C
Black with #105E4C
Text Example
Text Example
White with #105E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E4C; }
p { color: rgb(16,94,76); }
H1.HeaderClassName
{
color: #105E4C;
}
.AnyTagClassName
{
color: #105E4C;
}
</style>
background-color css
<style>
a { background-color: #105E4C; }
a { background-color: rgb(16,94,76); }
div.DivClassName
{
background-color: #105E4C;
}
.BgClassName
{
background-color: #105E4C;
}
</style>
border-color css
<style>
span { border-color: #105E4C; }
span { border-color: rgb(16,94,76); }
td.TdClassName
{
border-color: #105E4C;
}
.TagClassName
{
border-color: #105E4C;
}
</style>