Shades of Blue Stone #146263
Tints of Blue Stone #146263
RGB
CMYK
RGB Variations
Color information
#146263 (or 0x146263) is known color: Blue Stone. HEX triplet: 14, 62 and 63. RGB value is (20,98,99). Sum of RGB (Red+Green+Blue) = 20+98+99=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #146263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146263 is #EB9D9C. Grayscale: #4A4A4A. Windows color (decimal): -15441309 or 6513172. OLE color: 6513172.
HSL color Cylindrical-coordinate representation of color #146263: hue angle of 180.76º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146263 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 98 | 99 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.61 |
| HSL | 180.76º | 0.66% | 0.23% | - |
| HSV(B) | 180.76º | 0.8% | 0.39% | - |
| XYZ | 6.91 | 9.78 | 13.33 | - |
| YUV | 74.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 99 | 0.80 | 0.01 | 0 | 0.61 | 180.76 | 0.66 | 0.23 |
| Hex | 14 | 62 | 63 | 50 | 1 | 0 | 3D | B5 | 42 | 17 |
| Octal | 24 | 142 | 143 | 120 | 1 | 0 | 75 | 265 | 102 | 27 |
| Binary | 10100 | 1100010 | 1100011 | 1010000 | 1 | 0 | 111101 | 10110101 | 1000010 | 10111 |
Color Harmonies of #146263
Complementary color
Monochromatic Colors of #146263
Black with #146263
Text Example
Text Example
White with #146263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146263; }
p { color: rgb(20,98,99); }
H1.HeaderClassName
{
color: #146263;
}
.AnyTagClassName
{
color: #146263;
}
</style>
background-color css
<style>
a { background-color: #146263; }
a { background-color: rgb(20,98,99); }
div.DivClassName
{
background-color: #146263;
}
.BgClassName
{
background-color: #146263;
}
</style>
border-color css
<style>
span { border-color: #146263; }
span { border-color: rgb(20,98,99); }
td.TdClassName
{
border-color: #146263;
}
.TagClassName
{
border-color: #146263;
}
</style>