Shades of Blue Stone #1B656D
Tints of Blue Stone #1B656D
RGB
CMYK
RGB Variations
Color information
#1B656D (or 0x1B656D) is known color: Blue Stone. HEX triplet: 1B, 65 and 6D. RGB value is (27,101,109). Sum of RGB (Red+Green+Blue) = 27+101+109=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B656D is #E49A92. Grayscale: #4F4F4F. Windows color (decimal): -14981779 or 7169307. OLE color: 7169307.
HSL color Cylindrical-coordinate representation of color #1B656D: hue angle of 185.85º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B656D is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 101 | 109 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.57 |
| HSL | 185.85º | 0.6% | 0.27% | - |
| HSV(B) | 185.85º | 0.75% | 0.43% | - |
| XYZ | 7.87 | 10.64 | 16.11 | - |
| YUV | 79.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 109 | 0.75 | 0.07 | 0 | 0.57 | 185.85 | 0.6 | 0.27 |
| Hex | 1B | 65 | 6D | 4B | 7 | 0 | 39 | BA | 3C | 1B |
| Octal | 33 | 145 | 155 | 113 | 7 | 0 | 71 | 272 | 74 | 33 |
| Binary | 11011 | 1100101 | 1101101 | 1001011 | 111 | 0 | 111001 | 10111010 | 111100 | 11011 |
Color Harmonies of #1B656D
Complementary color
Monochromatic Colors of #1B656D
Black with #1B656D
Text Example
Text Example
White with #1B656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B656D; }
p { color: rgb(27,101,109); }
H1.HeaderClassName
{
color: #1B656D;
}
.AnyTagClassName
{
color: #1B656D;
}
</style>
background-color css
<style>
a { background-color: #1B656D; }
a { background-color: rgb(27,101,109); }
div.DivClassName
{
background-color: #1B656D;
}
.BgClassName
{
background-color: #1B656D;
}
</style>
border-color css
<style>
span { border-color: #1B656D; }
span { border-color: rgb(27,101,109); }
td.TdClassName
{
border-color: #1B656D;
}
.TagClassName
{
border-color: #1B656D;
}
</style>