Shades of Jewel #13694F
Tints of Jewel #13694F
RGB
CMYK
RGB Variations
Color information
#13694F (or 0x13694F) is known color: Jewel. HEX triplet: 13, 69 and 4F. RGB value is (19,105,79). Sum of RGB (Red+Green+Blue) = 19+105+79=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #13694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13694F is #EC96B0. Grayscale: #4C4C4C. Windows color (decimal): -15505073 or 5204243. OLE color: 5204243.
HSL color Cylindrical-coordinate representation of color #13694F: hue angle of 161.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13694F is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 79 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.59 |
| HSL | 161.86º | 0.69% | 0.24% | - |
| HSV(B) | 161.86º | 0.82% | 0.41% | - |
| XYZ | 6.73 | 10.81 | 9.13 | - |
| YUV | 76.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 79 | 0.82 | 0 | 0.25 | 0.59 | 161.86 | 0.69 | 0.24 |
| Hex | 13 | 69 | 4F | 52 | 0 | 19 | 3B | A2 | 45 | 18 |
| Octal | 23 | 151 | 117 | 122 | 0 | 31 | 73 | 242 | 105 | 30 |
| Binary | 10011 | 1101001 | 1001111 | 1010010 | 0 | 11001 | 111011 | 10100010 | 1000101 | 11000 |
Color Harmonies of #13694F
Complementary color
Monochromatic Colors of #13694F
Black with #13694F
Text Example
Text Example
White with #13694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13694F; }
p { color: rgb(19,105,79); }
H1.HeaderClassName
{
color: #13694F;
}
.AnyTagClassName
{
color: #13694F;
}
</style>
background-color css
<style>
a { background-color: #13694F; }
a { background-color: rgb(19,105,79); }
div.DivClassName
{
background-color: #13694F;
}
.BgClassName
{
background-color: #13694F;
}
</style>
border-color css
<style>
span { border-color: #13694F; }
span { border-color: rgb(19,105,79); }
td.TdClassName
{
border-color: #13694F;
}
.TagClassName
{
border-color: #13694F;
}
</style>