Shades of Blue Stone #1B6160
Tints of Blue Stone #1B6160
RGB
CMYK
RGB Variations
Color information
#1B6160 (or 0x1B6160) is known color: Blue Stone. HEX triplet: 1B, 61 and 60. RGB value is (27,97,96). Sum of RGB (Red+Green+Blue) = 27+97+96=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6160 is #E49E9F. Grayscale: #4B4B4B. Windows color (decimal): -14982816 or 6316315. OLE color: 6316315.
HSL color Cylindrical-coordinate representation of color #1B6160: hue angle of 179.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6160 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 97 | 96 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.62 |
| HSL | 179.14º | 0.56% | 0.24% | - |
| HSV(B) | 179.14º | 0.72% | 0.38% | - |
| XYZ | 6.84 | 9.63 | 12.56 | - |
| YUV | 75.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 96 | 0.72 | 0 | 0.01 | 0.62 | 179.14 | 0.56 | 0.24 |
| Hex | 1B | 61 | 60 | 48 | 0 | 1 | 3E | B3 | 38 | 18 |
| Octal | 33 | 141 | 140 | 110 | 0 | 1 | 76 | 263 | 70 | 30 |
| Binary | 11011 | 1100001 | 1100000 | 1001000 | 0 | 1 | 111110 | 10110011 | 111000 | 11000 |
Color Harmonies of #1B6160
Complementary color
Monochromatic Colors of #1B6160
Black with #1B6160
Text Example
Text Example
White with #1B6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6160; }
p { color: rgb(27,97,96); }
H1.HeaderClassName
{
color: #1B6160;
}
.AnyTagClassName
{
color: #1B6160;
}
</style>
background-color css
<style>
a { background-color: #1B6160; }
a { background-color: rgb(27,97,96); }
div.DivClassName
{
background-color: #1B6160;
}
.BgClassName
{
background-color: #1B6160;
}
</style>
border-color css
<style>
span { border-color: #1B6160; }
span { border-color: rgb(27,97,96); }
td.TdClassName
{
border-color: #1B6160;
}
.TagClassName
{
border-color: #1B6160;
}
</style>