Shades of Blue Stone #146658
Tints of Blue Stone #146658
RGB
CMYK
RGB Variations
Color information
#146658 (or 0x146658) is known color: Blue Stone. HEX triplet: 14, 66 and 58. RGB value is (20,102,88). Sum of RGB (Red+Green+Blue) = 20+102+88=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #146658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146658 is #EB99A7. Grayscale: #4B4B4B. Windows color (decimal): -15440296 or 5793300. OLE color: 5793300.
HSL color Cylindrical-coordinate representation of color #146658: hue angle of 169.76º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146658 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 88 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.6 |
| HSL | 169.76º | 0.67% | 0.24% | - |
| HSV(B) | 169.76º | 0.8% | 0.4% | - |
| XYZ | 6.8 | 10.36 | 10.87 | - |
| YUV | 75.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 88 | 0.80 | 0 | 0.14 | 0.6 | 169.76 | 0.67 | 0.24 |
| Hex | 14 | 66 | 58 | 50 | 0 | E | 3C | AA | 43 | 18 |
| Octal | 24 | 146 | 130 | 120 | 0 | 16 | 74 | 252 | 103 | 30 |
| Binary | 10100 | 1100110 | 1011000 | 1010000 | 0 | 1110 | 111100 | 10101010 | 1000011 | 11000 |
Color Harmonies of #146658
Complementary color
Monochromatic Colors of #146658
Black with #146658
Text Example
Text Example
White with #146658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146658; }
p { color: rgb(20,102,88); }
H1.HeaderClassName
{
color: #146658;
}
.AnyTagClassName
{
color: #146658;
}
</style>
background-color css
<style>
a { background-color: #146658; }
a { background-color: rgb(20,102,88); }
div.DivClassName
{
background-color: #146658;
}
.BgClassName
{
background-color: #146658;
}
</style>
border-color css
<style>
span { border-color: #146658; }
span { border-color: rgb(20,102,88); }
td.TdClassName
{
border-color: #146658;
}
.TagClassName
{
border-color: #146658;
}
</style>