Shades of Jewel #1B694A
Tints of Jewel #1B694A
RGB
CMYK
RGB Variations
Color information
#1B694A (or 0x1B694A) is known color: Jewel. HEX triplet: 1B, 69 and 4A. RGB value is (27,105,74). Sum of RGB (Red+Green+Blue) = 27+105+74=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #1B694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B694A is #E496B5. Grayscale: #4E4E4E. Windows color (decimal): -14980790 or 4876571. OLE color: 4876571.
HSL color Cylindrical-coordinate representation of color #1B694A: hue angle of 156.15º 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 #1B694A is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 74 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.59 |
| HSL | 156.15º | 0.59% | 0.26% | - |
| HSV(B) | 156.15º | 0.74% | 0.41% | - |
| XYZ | 6.74 | 10.83 | 8.21 | - |
| YUV | 78.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 74 | 0.74 | 0 | 0.30 | 0.59 | 156.15 | 0.59 | 0.26 |
| Hex | 1B | 69 | 4A | 4A | 0 | 1E | 3B | 9C | 3B | 1A |
| Octal | 33 | 151 | 112 | 112 | 0 | 36 | 73 | 234 | 73 | 32 |
| Binary | 11011 | 1101001 | 1001010 | 1001010 | 0 | 11110 | 111011 | 10011100 | 111011 | 11010 |
Color Harmonies of #1B694A
Complementary color
Monochromatic Colors of #1B694A
Black with #1B694A
Text Example
Text Example
White with #1B694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B694A; }
p { color: rgb(27,105,74); }
H1.HeaderClassName
{
color: #1B694A;
}
.AnyTagClassName
{
color: #1B694A;
}
</style>
background-color css
<style>
a { background-color: #1B694A; }
a { background-color: rgb(27,105,74); }
div.DivClassName
{
background-color: #1B694A;
}
.BgClassName
{
background-color: #1B694A;
}
</style>
border-color css
<style>
span { border-color: #1B694A; }
span { border-color: rgb(27,105,74); }
td.TdClassName
{
border-color: #1B694A;
}
.TagClassName
{
border-color: #1B694A;
}
</style>