Shades of Jewel #1B694D
Tints of Jewel #1B694D
RGB
CMYK
RGB Variations
Color information
#1B694D (or 0x1B694D) is known color: Jewel. HEX triplet: 1B, 69 and 4D. RGB value is (27,105,77). Sum of RGB (Red+Green+Blue) = 27+105+77=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #1B694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B694D is #E496B2. Grayscale: #4E4E4E. Windows color (decimal): -14980787 or 5073179. OLE color: 5073179.
HSL color Cylindrical-coordinate representation of color #1B694D: hue angle of 158.46º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B694D is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 77 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.59 |
| HSL | 158.46º | 0.59% | 0.26% | - |
| HSV(B) | 158.46º | 0.74% | 0.41% | - |
| XYZ | 6.84 | 10.87 | 8.76 | - |
| YUV | 78.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 77 | 0.74 | 0 | 0.27 | 0.59 | 158.46 | 0.59 | 0.26 |
| Hex | 1B | 69 | 4D | 4A | 0 | 1B | 3B | 9E | 3B | 1A |
| Octal | 33 | 151 | 115 | 112 | 0 | 33 | 73 | 236 | 73 | 32 |
| Binary | 11011 | 1101001 | 1001101 | 1001010 | 0 | 11011 | 111011 | 10011110 | 111011 | 11010 |
Color Harmonies of #1B694D
Complementary color
Monochromatic Colors of #1B694D
Black with #1B694D
Text Example
Text Example
White with #1B694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B694D; }
p { color: rgb(27,105,77); }
H1.HeaderClassName
{
color: #1B694D;
}
.AnyTagClassName
{
color: #1B694D;
}
</style>
background-color css
<style>
a { background-color: #1B694D; }
a { background-color: rgb(27,105,77); }
div.DivClassName
{
background-color: #1B694D;
}
.BgClassName
{
background-color: #1B694D;
}
</style>
border-color css
<style>
span { border-color: #1B694D; }
span { border-color: rgb(27,105,77); }
td.TdClassName
{
border-color: #1B694D;
}
.TagClassName
{
border-color: #1B694D;
}
</style>