Shades of Jewel #13694B
Tints of Jewel #13694B
RGB
CMYK
RGB Variations
Color information
#13694B (or 0x13694B) is known color: Jewel. HEX triplet: 13, 69 and 4B. RGB value is (19,105,75). Sum of RGB (Red+Green+Blue) = 19+105+75=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #13694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13694B is #EC96B4. Grayscale: #4B4B4B. Windows color (decimal): -15505077 or 4942099. OLE color: 4942099.
HSL color Cylindrical-coordinate representation of color #13694B: hue angle of 159.07º 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 #13694B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 75 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.59 |
| HSL | 159.07º | 0.69% | 0.24% | - |
| HSV(B) | 159.07º | 0.82% | 0.41% | - |
| XYZ | 6.59 | 10.75 | 8.38 | - |
| YUV | 75.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 75 | 0.82 | 0 | 0.29 | 0.59 | 159.07 | 0.69 | 0.24 |
| Hex | 13 | 69 | 4B | 52 | 0 | 1D | 3B | 9F | 45 | 18 |
| Octal | 23 | 151 | 113 | 122 | 0 | 35 | 73 | 237 | 105 | 30 |
| Binary | 10011 | 1101001 | 1001011 | 1010010 | 0 | 11101 | 111011 | 10011111 | 1000101 | 11000 |
Color Harmonies of #13694B
Complementary color
Monochromatic Colors of #13694B
Black with #13694B
Text Example
Text Example
White with #13694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13694B; }
p { color: rgb(19,105,75); }
H1.HeaderClassName
{
color: #13694B;
}
.AnyTagClassName
{
color: #13694B;
}
</style>
background-color css
<style>
a { background-color: #13694B; }
a { background-color: rgb(19,105,75); }
div.DivClassName
{
background-color: #13694B;
}
.BgClassName
{
background-color: #13694B;
}
</style>
border-color css
<style>
span { border-color: #13694B; }
span { border-color: rgb(19,105,75); }
td.TdClassName
{
border-color: #13694B;
}
.TagClassName
{
border-color: #13694B;
}
</style>