Shades of Blue Stone #1B5E63
Tints of Blue Stone #1B5E63
RGB
CMYK
RGB Variations
Color information
#1B5E63 (or 0x1B5E63) is known color: Blue Stone. HEX triplet: 1B, 5E and 63. RGB value is (27,94,99). Sum of RGB (Red+Green+Blue) = 27+94+99=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5E63 is #E4A19C. Grayscale: #4A4A4A. Windows color (decimal): -14983581 or 6512155. OLE color: 6512155.
HSL color Cylindrical-coordinate representation of color #1B5E63: hue angle of 184.17º 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 #1B5E63 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 94 | 99 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.61 |
| HSL | 184.17º | 0.57% | 0.25% | - |
| HSV(B) | 184.17º | 0.73% | 0.39% | - |
| XYZ | 6.71 | 9.14 | 13.21 | - |
| YUV | 74.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 99 | 0.73 | 0.05 | 0 | 0.61 | 184.17 | 0.57 | 0.25 |
| Hex | 1B | 5E | 63 | 49 | 5 | 0 | 3D | B8 | 39 | 19 |
| Octal | 33 | 136 | 143 | 111 | 5 | 0 | 75 | 270 | 71 | 31 |
| Binary | 11011 | 1011110 | 1100011 | 1001001 | 101 | 0 | 111101 | 10111000 | 111001 | 11001 |
Color Harmonies of #1B5E63
Complementary color
Monochromatic Colors of #1B5E63
Black with #1B5E63
Text Example
Text Example
White with #1B5E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5E63; }
p { color: rgb(27,94,99); }
H1.HeaderClassName
{
color: #1B5E63;
}
.AnyTagClassName
{
color: #1B5E63;
}
</style>
background-color css
<style>
a { background-color: #1B5E63; }
a { background-color: rgb(27,94,99); }
div.DivClassName
{
background-color: #1B5E63;
}
.BgClassName
{
background-color: #1B5E63;
}
</style>
border-color css
<style>
span { border-color: #1B5E63; }
span { border-color: rgb(27,94,99); }
td.TdClassName
{
border-color: #1B5E63;
}
.TagClassName
{
border-color: #1B5E63;
}
</style>