Shades of Blue Stone #1B6060
Tints of Blue Stone #1B6060
RGB
CMYK
RGB Variations
Color information
#1B6060 (or 0x1B6060) is known color: Blue Stone. HEX triplet: 1B, 60 and 60. RGB value is (27,96,96). Sum of RGB (Red+Green+Blue) = 27+96+96=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #1B6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6060 is #E49F9F. Grayscale: #4B4B4B. Windows color (decimal): -14983072 or 6316059. OLE color: 6316059.
HSL color Cylindrical-coordinate representation of color #1B6060: hue angle of 180º 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 #1B6060 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 96 | - |
| CMYK | 0.72 | 0 | 0 | 0.62 |
| HSL | 180º | 0.56% | 0.24% | - |
| HSV(B) | 180º | 0.72% | 0.38% | - |
| XYZ | 6.75 | 9.44 | 12.53 | - |
| YUV | 75.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 96 | 0.72 | 0 | 0 | 0.62 | 180 | 0.56 | 0.24 |
| Hex | 1B | 60 | 60 | 48 | 0 | 0 | 3E | B4 | 38 | 18 |
| Octal | 33 | 140 | 140 | 110 | 0 | 0 | 76 | 264 | 70 | 30 |
| Binary | 11011 | 1100000 | 1100000 | 1001000 | 0 | 0 | 111110 | 10110100 | 111000 | 11000 |
Color Harmonies of #1B6060
Complementary color
Monochromatic Colors of #1B6060
Black with #1B6060
Text Example
Text Example
White with #1B6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6060; }
p { color: rgb(27,96,96); }
H1.HeaderClassName
{
color: #1B6060;
}
.AnyTagClassName
{
color: #1B6060;
}
</style>
background-color css
<style>
a { background-color: #1B6060; }
a { background-color: rgb(27,96,96); }
div.DivClassName
{
background-color: #1B6060;
}
.BgClassName
{
background-color: #1B6060;
}
</style>
border-color css
<style>
span { border-color: #1B6060; }
span { border-color: rgb(27,96,96); }
td.TdClassName
{
border-color: #1B6060;
}
.TagClassName
{
border-color: #1B6060;
}
</style>