Shades of Elm #1B7071
Tints of Elm #1B7071
RGB
CMYK
RGB Variations
Color information
#1B7071 (or 0x1B7071) is known color: Elm. HEX triplet: 1B, 70 and 71. RGB value is (27,112,113). Sum of RGB (Red+Green+Blue) = 27+112+113=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7071 is #E48F8E. Grayscale: #565656. Windows color (decimal): -14978959 or 7434267. OLE color: 7434267.
HSL color Cylindrical-coordinate representation of color #1B7071: hue angle of 180.7º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7071 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 113 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.56 |
| HSL | 180.7º | 0.61% | 0.27% | - |
| HSV(B) | 180.7º | 0.76% | 0.44% | - |
| XYZ | 9.23 | 13.01 | 17.65 | - |
| YUV | 86.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 113 | 0.76 | 0.01 | 0 | 0.56 | 180.7 | 0.61 | 0.27 |
| Hex | 1B | 70 | 71 | 4C | 1 | 0 | 38 | B5 | 3D | 1B |
| Octal | 33 | 160 | 161 | 114 | 1 | 0 | 70 | 265 | 75 | 33 |
| Binary | 11011 | 1110000 | 1110001 | 1001100 | 1 | 0 | 111000 | 10110101 | 111101 | 11011 |
Color Harmonies of #1B7071
Complementary color
Monochromatic Colors of #1B7071
Black with #1B7071
Text Example
Text Example
White with #1B7071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7071; }
p { color: rgb(27,112,113); }
H1.HeaderClassName
{
color: #1B7071;
}
.AnyTagClassName
{
color: #1B7071;
}
</style>
background-color css
<style>
a { background-color: #1B7071; }
a { background-color: rgb(27,112,113); }
div.DivClassName
{
background-color: #1B7071;
}
.BgClassName
{
background-color: #1B7071;
}
</style>
border-color css
<style>
span { border-color: #1B7071; }
span { border-color: rgb(27,112,113); }
td.TdClassName
{
border-color: #1B7071;
}
.TagClassName
{
border-color: #1B7071;
}
</style>