Shades of Blue Stone #1B6063
Tints of Blue Stone #1B6063
RGB
CMYK
RGB Variations
Color information
#1B6063 (or 0x1B6063) is known color: Blue Stone. HEX triplet: 1B, 60 and 63. RGB value is (27,96,99). Sum of RGB (Red+Green+Blue) = 27+96+99=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6063 is #E49F9C. Grayscale: #4B4B4B. Windows color (decimal): -14983069 or 6512667. OLE color: 6512667.
HSL color Cylindrical-coordinate representation of color #1B6063: hue angle of 182.5º 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 #1B6063 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 96 | 99 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.61 |
| HSL | 182.5º | 0.57% | 0.25% | - |
| HSV(B) | 182.5º | 0.73% | 0.39% | - |
| XYZ | 6.89 | 9.5 | 13.28 | - |
| YUV | 75.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 99 | 0.73 | 0.03 | 0 | 0.61 | 182.5 | 0.57 | 0.25 |
| Hex | 1B | 60 | 63 | 49 | 3 | 0 | 3D | B6 | 39 | 19 |
| Octal | 33 | 140 | 143 | 111 | 3 | 0 | 75 | 266 | 71 | 31 |
| Binary | 11011 | 1100000 | 1100011 | 1001001 | 11 | 0 | 111101 | 10110110 | 111001 | 11001 |
Color Harmonies of #1B6063
Complementary color
Monochromatic Colors of #1B6063
Black with #1B6063
Text Example
Text Example
White with #1B6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6063; }
p { color: rgb(27,96,99); }
H1.HeaderClassName
{
color: #1B6063;
}
.AnyTagClassName
{
color: #1B6063;
}
</style>
background-color css
<style>
a { background-color: #1B6063; }
a { background-color: rgb(27,96,99); }
div.DivClassName
{
background-color: #1B6063;
}
.BgClassName
{
background-color: #1B6063;
}
</style>
border-color css
<style>
span { border-color: #1B6063; }
span { border-color: rgb(27,96,99); }
td.TdClassName
{
border-color: #1B6063;
}
.TagClassName
{
border-color: #1B6063;
}
</style>