Shades of Blue Stone #1B685C
Tints of Blue Stone #1B685C
RGB
CMYK
RGB Variations
Color information
#1B685C (or 0x1B685C) is known color: Blue Stone. HEX triplet: 1B, 68 and 5C. RGB value is (27,104,92). Sum of RGB (Red+Green+Blue) = 27+104+92=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #1B685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B685C is #E497A3. Grayscale: #4F4F4F. Windows color (decimal): -14981028 or 6055963. OLE color: 6055963.
HSL color Cylindrical-coordinate representation of color #1B685C: hue angle of 170.65º 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 #1B685C is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 104 | 92 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.59 |
| HSL | 170.65º | 0.59% | 0.26% | - |
| HSV(B) | 170.65º | 0.74% | 0.41% | - |
| XYZ | 7.33 | 10.91 | 11.84 | - |
| YUV | 79.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 92 | 0.74 | 0 | 0.12 | 0.59 | 170.65 | 0.59 | 0.26 |
| Hex | 1B | 68 | 5C | 4A | 0 | C | 3B | AB | 3B | 1A |
| Octal | 33 | 150 | 134 | 112 | 0 | 14 | 73 | 253 | 73 | 32 |
| Binary | 11011 | 1101000 | 1011100 | 1001010 | 0 | 1100 | 111011 | 10101011 | 111011 | 11010 |
Color Harmonies of #1B685C
Complementary color
Monochromatic Colors of #1B685C
Black with #1B685C
Text Example
Text Example
White with #1B685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B685C; }
p { color: rgb(27,104,92); }
H1.HeaderClassName
{
color: #1B685C;
}
.AnyTagClassName
{
color: #1B685C;
}
</style>
background-color css
<style>
a { background-color: #1B685C; }
a { background-color: rgb(27,104,92); }
div.DivClassName
{
background-color: #1B685C;
}
.BgClassName
{
background-color: #1B685C;
}
</style>
border-color css
<style>
span { border-color: #1B685C; }
span { border-color: rgb(27,104,92); }
td.TdClassName
{
border-color: #1B685C;
}
.TagClassName
{
border-color: #1B685C;
}
</style>