Shades of Blue Stone #1B716B
Tints of Blue Stone #1B716B
RGB
CMYK
RGB Variations
Color information
#1B716B (or 0x1B716B) is known color: Blue Stone. HEX triplet: 1B, 71 and 6B. RGB value is (27,113,107). Sum of RGB (Red+Green+Blue) = 27+113+107=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #1B716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B716B is #E48E94. Grayscale: #565656. Windows color (decimal): -14978709 or 7041307. OLE color: 7041307.
HSL color Cylindrical-coordinate representation of color #1B716B: hue angle of 175.81º 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 #1B716B is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 107 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.56 |
| HSL | 175.81º | 0.61% | 0.27% | - |
| HSV(B) | 175.81º | 0.76% | 0.44% | - |
| XYZ | 9.01 | 13.1 | 15.96 | - |
| YUV | 86.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 107 | 0.76 | 0 | 0.05 | 0.56 | 175.81 | 0.61 | 0.27 |
| Hex | 1B | 71 | 6B | 4C | 0 | 5 | 38 | B0 | 3D | 1B |
| Octal | 33 | 161 | 153 | 114 | 0 | 5 | 70 | 260 | 75 | 33 |
| Binary | 11011 | 1110001 | 1101011 | 1001100 | 0 | 101 | 111000 | 10110000 | 111101 | 11011 |
Color Harmonies of #1B716B
Complementary color
Monochromatic Colors of #1B716B
Black with #1B716B
Text Example
Text Example
White with #1B716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B716B; }
p { color: rgb(27,113,107); }
H1.HeaderClassName
{
color: #1B716B;
}
.AnyTagClassName
{
color: #1B716B;
}
</style>
background-color css
<style>
a { background-color: #1B716B; }
a { background-color: rgb(27,113,107); }
div.DivClassName
{
background-color: #1B716B;
}
.BgClassName
{
background-color: #1B716B;
}
</style>
border-color css
<style>
span { border-color: #1B716B; }
span { border-color: rgb(27,113,107); }
td.TdClassName
{
border-color: #1B716B;
}
.TagClassName
{
border-color: #1B716B;
}
</style>