Shades of Jewel #1B664B
Tints of Jewel #1B664B
RGB
CMYK
RGB Variations
Color information
#1B664B (or 0x1B664B) is known color: Jewel. HEX triplet: 1B, 66 and 4B. RGB value is (27,102,75). Sum of RGB (Red+Green+Blue) = 27+102+75=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #1B664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B664B is #E499B4. Grayscale: #4C4C4C. Windows color (decimal): -14981557 or 4941339. OLE color: 4941339.
HSL color Cylindrical-coordinate representation of color #1B664B: hue angle of 158.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B664B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 102 | 75 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.6 |
| HSL | 158.4º | 0.58% | 0.25% | - |
| HSV(B) | 158.4º | 0.74% | 0.4% | - |
| XYZ | 6.47 | 10.24 | 8.29 | - |
| YUV | 76.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 75 | 0.74 | 0 | 0.26 | 0.6 | 158.4 | 0.58 | 0.25 |
| Hex | 1B | 66 | 4B | 4A | 0 | 1A | 3C | 9E | 3A | 19 |
| Octal | 33 | 146 | 113 | 112 | 0 | 32 | 74 | 236 | 72 | 31 |
| Binary | 11011 | 1100110 | 1001011 | 1001010 | 0 | 11010 | 111100 | 10011110 | 111010 | 11001 |
Color Harmonies of #1B664B
Complementary color
Monochromatic Colors of #1B664B
Black with #1B664B
Text Example
Text Example
White with #1B664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B664B; }
p { color: rgb(27,102,75); }
H1.HeaderClassName
{
color: #1B664B;
}
.AnyTagClassName
{
color: #1B664B;
}
</style>
background-color css
<style>
a { background-color: #1B664B; }
a { background-color: rgb(27,102,75); }
div.DivClassName
{
background-color: #1B664B;
}
.BgClassName
{
background-color: #1B664B;
}
</style>
border-color css
<style>
span { border-color: #1B664B; }
span { border-color: rgb(27,102,75); }
td.TdClassName
{
border-color: #1B664B;
}
.TagClassName
{
border-color: #1B664B;
}
</style>