Shades of Blue Stone #1B656C
Tints of Blue Stone #1B656C
RGB
CMYK
RGB Variations
Color information
#1B656C (or 0x1B656C) is known color: Blue Stone. HEX triplet: 1B, 65 and 6C. RGB value is (27,101,108). Sum of RGB (Red+Green+Blue) = 27+101+108=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B656C is #E49A93. Grayscale: #4F4F4F. Windows color (decimal): -14981780 or 7103771. OLE color: 7103771.
HSL color Cylindrical-coordinate representation of color #1B656C: hue angle of 185.19º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B656C is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 101 | 108 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.58 |
| HSL | 185.19º | 0.6% | 0.26% | - |
| HSV(B) | 185.19º | 0.75% | 0.42% | - |
| XYZ | 7.81 | 10.62 | 15.83 | - |
| YUV | 79.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 108 | 0.75 | 0.06 | 0 | 0.58 | 185.19 | 0.6 | 0.26 |
| Hex | 1B | 65 | 6C | 4B | 6 | 0 | 3A | B9 | 3C | 1A |
| Octal | 33 | 145 | 154 | 113 | 6 | 0 | 72 | 271 | 74 | 32 |
| Binary | 11011 | 1100101 | 1101100 | 1001011 | 110 | 0 | 111010 | 10111001 | 111100 | 11010 |
Color Harmonies of #1B656C
Complementary color
Monochromatic Colors of #1B656C
Black with #1B656C
Text Example
Text Example
White with #1B656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B656C; }
p { color: rgb(27,101,108); }
H1.HeaderClassName
{
color: #1B656C;
}
.AnyTagClassName
{
color: #1B656C;
}
</style>
background-color css
<style>
a { background-color: #1B656C; }
a { background-color: rgb(27,101,108); }
div.DivClassName
{
background-color: #1B656C;
}
.BgClassName
{
background-color: #1B656C;
}
</style>
border-color css
<style>
span { border-color: #1B656C; }
span { border-color: rgb(27,101,108); }
td.TdClassName
{
border-color: #1B656C;
}
.TagClassName
{
border-color: #1B656C;
}
</style>