Shades of Jewel #13674C
Tints of Jewel #13674C
RGB
CMYK
RGB Variations
Color information
#13674C (or 0x13674C) is known color: Jewel. HEX triplet: 13, 67 and 4C. RGB value is (19,103,76). Sum of RGB (Red+Green+Blue) = 19+103+76=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #13674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13674C is #EC98B3. Grayscale: #4A4A4A. Windows color (decimal): -15505588 or 5007123. OLE color: 5007123.
HSL color Cylindrical-coordinate representation of color #13674C: hue angle of 160.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13674C is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 76 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.60 |
| HSL | 160.71º | 0.69% | 0.24% | - |
| HSV(B) | 160.71º | 0.82% | 0.4% | - |
| XYZ | 6.42 | 10.36 | 8.5 | - |
| YUV | 74.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 76 | 0.82 | 0 | 0.26 | 0.60 | 160.71 | 0.69 | 0.24 |
| Hex | 13 | 67 | 4C | 52 | 0 | 1A | 3C | A1 | 45 | 18 |
| Octal | 23 | 147 | 114 | 122 | 0 | 32 | 74 | 241 | 105 | 30 |
| Binary | 10011 | 1100111 | 1001100 | 1010010 | 0 | 11010 | 111100 | 10100001 | 1000101 | 11000 |
Color Harmonies of #13674C
Complementary color
Monochromatic Colors of #13674C
Black with #13674C
Text Example
Text Example
White with #13674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13674C; }
p { color: rgb(19,103,76); }
H1.HeaderClassName
{
color: #13674C;
}
.AnyTagClassName
{
color: #13674C;
}
</style>
background-color css
<style>
a { background-color: #13674C; }
a { background-color: rgb(19,103,76); }
div.DivClassName
{
background-color: #13674C;
}
.BgClassName
{
background-color: #13674C;
}
</style>
border-color css
<style>
span { border-color: #13674C; }
span { border-color: rgb(19,103,76); }
td.TdClassName
{
border-color: #13674C;
}
.TagClassName
{
border-color: #13674C;
}
</style>