Shades of Blue Stone #1B5D63
Tints of Blue Stone #1B5D63
RGB
CMYK
RGB Variations
Color information
#1B5D63 (or 0x1B5D63) is known color: Blue Stone. HEX triplet: 1B, 5D and 63. RGB value is (27,93,99). Sum of RGB (Red+Green+Blue) = 27+93+99=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D63 is #E4A29C. Grayscale: #494949. Windows color (decimal): -14983837 or 6511899. OLE color: 6511899.
HSL color Cylindrical-coordinate representation of color #1B5D63: hue angle of 185º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5D63 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 93 | 99 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.61 |
| HSL | 185º | 0.57% | 0.25% | - |
| HSV(B) | 185º | 0.73% | 0.39% | - |
| XYZ | 6.62 | 8.96 | 13.19 | - |
| YUV | 73.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 99 | 0.73 | 0.06 | 0 | 0.61 | 185 | 0.57 | 0.25 |
| Hex | 1B | 5D | 63 | 49 | 6 | 0 | 3D | B9 | 39 | 19 |
| Octal | 33 | 135 | 143 | 111 | 6 | 0 | 75 | 271 | 71 | 31 |
| Binary | 11011 | 1011101 | 1100011 | 1001001 | 110 | 0 | 111101 | 10111001 | 111001 | 11001 |
Color Harmonies of #1B5D63
Complementary color
Monochromatic Colors of #1B5D63
Black with #1B5D63
Text Example
Text Example
White with #1B5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D63; }
p { color: rgb(27,93,99); }
H1.HeaderClassName
{
color: #1B5D63;
}
.AnyTagClassName
{
color: #1B5D63;
}
</style>
background-color css
<style>
a { background-color: #1B5D63; }
a { background-color: rgb(27,93,99); }
div.DivClassName
{
background-color: #1B5D63;
}
.BgClassName
{
background-color: #1B5D63;
}
</style>
border-color css
<style>
span { border-color: #1B5D63; }
span { border-color: rgb(27,93,99); }
td.TdClassName
{
border-color: #1B5D63;
}
.TagClassName
{
border-color: #1B5D63;
}
</style>