Shades of Jewel #15694D
Tints of Jewel #15694D
RGB
CMYK
RGB Variations
Color information
#15694D (or 0x15694D) is known color: Jewel. HEX triplet: 15, 69 and 4D. RGB value is (21,105,77). Sum of RGB (Red+Green+Blue) = 21+105+77=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #15694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15694D is #EA96B2. Grayscale: #4C4C4C. Windows color (decimal): -15374003 or 5073173. OLE color: 5073173.
HSL color Cylindrical-coordinate representation of color #15694D: hue angle of 160º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15694D is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 77 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.59 |
| HSL | 160º | 0.67% | 0.25% | - |
| HSV(B) | 160º | 0.8% | 0.41% | - |
| XYZ | 6.7 | 10.8 | 8.75 | - |
| YUV | 76.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 77 | 0.80 | 0 | 0.27 | 0.59 | 160 | 0.67 | 0.25 |
| Hex | 15 | 69 | 4D | 50 | 0 | 1B | 3B | A0 | 43 | 19 |
| Octal | 25 | 151 | 115 | 120 | 0 | 33 | 73 | 240 | 103 | 31 |
| Binary | 10101 | 1101001 | 1001101 | 1010000 | 0 | 11011 | 111011 | 10100000 | 1000011 | 11001 |
Color Harmonies of #15694D
Complementary color
Monochromatic Colors of #15694D
Black with #15694D
Text Example
Text Example
White with #15694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15694D; }
p { color: rgb(21,105,77); }
H1.HeaderClassName
{
color: #15694D;
}
.AnyTagClassName
{
color: #15694D;
}
</style>
background-color css
<style>
a { background-color: #15694D; }
a { background-color: rgb(21,105,77); }
div.DivClassName
{
background-color: #15694D;
}
.BgClassName
{
background-color: #15694D;
}
</style>
border-color css
<style>
span { border-color: #15694D; }
span { border-color: rgb(21,105,77); }
td.TdClassName
{
border-color: #15694D;
}
.TagClassName
{
border-color: #15694D;
}
</style>