Shades of Blue Stone #146358
Tints of Blue Stone #146358
RGB
CMYK
RGB Variations
Color information
#146358 (or 0x146358) is known color: Blue Stone. HEX triplet: 14, 63 and 58. RGB value is (20,99,88). Sum of RGB (Red+Green+Blue) = 20+99+88=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #146358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146358 is #EB9CA7. Grayscale: #4A4A4A. Windows color (decimal): -15441064 or 5792532. OLE color: 5792532.
HSL color Cylindrical-coordinate representation of color #146358: hue angle of 171.65º 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 #146358 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 88 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.61 |
| HSL | 171.65º | 0.66% | 0.23% | - |
| HSV(B) | 171.65º | 0.8% | 0.39% | - |
| XYZ | 6.51 | 9.78 | 10.78 | - |
| YUV | 74.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 88 | 0.80 | 0 | 0.11 | 0.61 | 171.65 | 0.66 | 0.23 |
| Hex | 14 | 63 | 58 | 50 | 0 | B | 3D | AC | 42 | 17 |
| Octal | 24 | 143 | 130 | 120 | 0 | 13 | 75 | 254 | 102 | 27 |
| Binary | 10100 | 1100011 | 1011000 | 1010000 | 0 | 1011 | 111101 | 10101100 | 1000010 | 10111 |
Color Harmonies of #146358
Complementary color
Monochromatic Colors of #146358
Black with #146358
Text Example
Text Example
White with #146358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146358; }
p { color: rgb(20,99,88); }
H1.HeaderClassName
{
color: #146358;
}
.AnyTagClassName
{
color: #146358;
}
</style>
background-color css
<style>
a { background-color: #146358; }
a { background-color: rgb(20,99,88); }
div.DivClassName
{
background-color: #146358;
}
.BgClassName
{
background-color: #146358;
}
</style>
border-color css
<style>
span { border-color: #146358; }
span { border-color: rgb(20,99,88); }
td.TdClassName
{
border-color: #146358;
}
.TagClassName
{
border-color: #146358;
}
</style>