Shades of Blue Stone #1B6965
Tints of Blue Stone #1B6965
RGB
CMYK
RGB Variations
Color information
#1B6965 (or 0x1B6965) is known color: Blue Stone. HEX triplet: 1B, 69 and 65. RGB value is (27,105,101). Sum of RGB (Red+Green+Blue) = 27+105+101=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #1B6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6965 is #E4969A. Grayscale: #515151. Windows color (decimal): -14980763 or 6646043. OLE color: 6646043.
HSL color Cylindrical-coordinate representation of color #1B6965: hue angle of 176.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6965 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 101 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.59 |
| HSL | 176.92º | 0.59% | 0.26% | - |
| HSV(B) | 176.92º | 0.74% | 0.41% | - |
| XYZ | 7.85 | 11.28 | 14.07 | - |
| YUV | 81.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 101 | 0.74 | 0 | 0.04 | 0.59 | 176.92 | 0.59 | 0.26 |
| Hex | 1B | 69 | 65 | 4A | 0 | 4 | 3B | B1 | 3B | 1A |
| Octal | 33 | 151 | 145 | 112 | 0 | 4 | 73 | 261 | 73 | 32 |
| Binary | 11011 | 1101001 | 1100101 | 1001010 | 0 | 100 | 111011 | 10110001 | 111011 | 11010 |
Color Harmonies of #1B6965
Complementary color
Monochromatic Colors of #1B6965
Black with #1B6965
Text Example
Text Example
White with #1B6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6965; }
p { color: rgb(27,105,101); }
H1.HeaderClassName
{
color: #1B6965;
}
.AnyTagClassName
{
color: #1B6965;
}
</style>
background-color css
<style>
a { background-color: #1B6965; }
a { background-color: rgb(27,105,101); }
div.DivClassName
{
background-color: #1B6965;
}
.BgClassName
{
background-color: #1B6965;
}
</style>
border-color css
<style>
span { border-color: #1B6965; }
span { border-color: rgb(27,105,101); }
td.TdClassName
{
border-color: #1B6965;
}
.TagClassName
{
border-color: #1B6965;
}
</style>