Shades of Blue Stone #146363
Tints of Blue Stone #146363
RGB
CMYK
RGB Variations
Color information
#146363 (or 0x146363) is known color: Blue Stone. HEX triplet: 14, 63 and 63. RGB value is (20,99,99). Sum of RGB (Red+Green+Blue) = 20+99+99=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #146363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146363 is #EB9C9C. Grayscale: #4B4B4B. Windows color (decimal): -15441053 or 6513428. OLE color: 6513428.
HSL color Cylindrical-coordinate representation of color #146363: hue angle of 180º 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 #146363 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 99 | - |
| CMYK | 0.80 | 0 | 0 | 0.61 |
| HSL | 180º | 0.66% | 0.23% | - |
| HSV(B) | 180º | 0.8% | 0.39% | - |
| XYZ | 7 | 9.97 | 13.36 | - |
| YUV | 75.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 99 | 0.80 | 0 | 0 | 0.61 | 180 | 0.66 | 0.23 |
| Hex | 14 | 63 | 63 | 50 | 0 | 0 | 3D | B4 | 42 | 17 |
| Octal | 24 | 143 | 143 | 120 | 0 | 0 | 75 | 264 | 102 | 27 |
| Binary | 10100 | 1100011 | 1100011 | 1010000 | 0 | 0 | 111101 | 10110100 | 1000010 | 10111 |
Color Harmonies of #146363
Complementary color
Monochromatic Colors of #146363
Black with #146363
Text Example
Text Example
White with #146363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146363; }
p { color: rgb(20,99,99); }
H1.HeaderClassName
{
color: #146363;
}
.AnyTagClassName
{
color: #146363;
}
</style>
background-color css
<style>
a { background-color: #146363; }
a { background-color: rgb(20,99,99); }
div.DivClassName
{
background-color: #146363;
}
.BgClassName
{
background-color: #146363;
}
</style>
border-color css
<style>
span { border-color: #146363; }
span { border-color: rgb(20,99,99); }
td.TdClassName
{
border-color: #146363;
}
.TagClassName
{
border-color: #146363;
}
</style>