Shades of Blue Stone #1B5C63
Tints of Blue Stone #1B5C63
RGB
CMYK
RGB Variations
Color information
#1B5C63 (or 0x1B5C63) is known color: Blue Stone. HEX triplet: 1B, 5C and 63. RGB value is (27,92,99). Sum of RGB (Red+Green+Blue) = 27+92+99=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C63 is #E4A39C. Grayscale: #494949. Windows color (decimal): -14984093 or 6511643. OLE color: 6511643.
HSL color Cylindrical-coordinate representation of color #1B5C63: hue angle of 185.83º 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 #1B5C63 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 92 | 99 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.61 |
| HSL | 185.83º | 0.57% | 0.25% | - |
| HSV(B) | 185.83º | 0.73% | 0.39% | - |
| XYZ | 6.53 | 8.79 | 13.16 | - |
| YUV | 73.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 99 | 0.73 | 0.07 | 0 | 0.61 | 185.83 | 0.57 | 0.25 |
| Hex | 1B | 5C | 63 | 49 | 7 | 0 | 3D | BA | 39 | 19 |
| Octal | 33 | 134 | 143 | 111 | 7 | 0 | 75 | 272 | 71 | 31 |
| Binary | 11011 | 1011100 | 1100011 | 1001001 | 111 | 0 | 111101 | 10111010 | 111001 | 11001 |
Color Harmonies of #1B5C63
Complementary color
Monochromatic Colors of #1B5C63
Black with #1B5C63
Text Example
Text Example
White with #1B5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C63; }
p { color: rgb(27,92,99); }
H1.HeaderClassName
{
color: #1B5C63;
}
.AnyTagClassName
{
color: #1B5C63;
}
</style>
background-color css
<style>
a { background-color: #1B5C63; }
a { background-color: rgb(27,92,99); }
div.DivClassName
{
background-color: #1B5C63;
}
.BgClassName
{
background-color: #1B5C63;
}
</style>
border-color css
<style>
span { border-color: #1B5C63; }
span { border-color: rgb(27,92,99); }
td.TdClassName
{
border-color: #1B5C63;
}
.TagClassName
{
border-color: #1B5C63;
}
</style>