Shades of Blue Stone #146262
Tints of Blue Stone #146262
RGB
CMYK
RGB Variations
Color information
#146262 (or 0x146262) is known color: Blue Stone. HEX triplet: 14, 62 and 62. RGB value is (20,98,98). Sum of RGB (Red+Green+Blue) = 20+98+98=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #146262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146262 is #EB9D9D. Grayscale: #4A4A4A. Windows color (decimal): -15441310 or 6447636. OLE color: 6447636.
HSL color Cylindrical-coordinate representation of color #146262: hue angle of 180º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146262 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 98 | 98 | - |
| CMYK | 0.80 | 0 | 0 | 0.62 |
| HSL | 180º | 0.66% | 0.23% | - |
| HSV(B) | 180º | 0.8% | 0.38% | - |
| XYZ | 6.86 | 9.77 | 13.08 | - |
| YUV | 74.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 98 | 0.80 | 0 | 0 | 0.62 | 180 | 0.66 | 0.23 |
| Hex | 14 | 62 | 62 | 50 | 0 | 0 | 3E | B4 | 42 | 17 |
| Octal | 24 | 142 | 142 | 120 | 0 | 0 | 76 | 264 | 102 | 27 |
| Binary | 10100 | 1100010 | 1100010 | 1010000 | 0 | 0 | 111110 | 10110100 | 1000010 | 10111 |
Color Harmonies of #146262
Complementary color
Monochromatic Colors of #146262
Black with #146262
Text Example
Text Example
White with #146262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146262; }
p { color: rgb(20,98,98); }
H1.HeaderClassName
{
color: #146262;
}
.AnyTagClassName
{
color: #146262;
}
</style>
background-color css
<style>
a { background-color: #146262; }
a { background-color: rgb(20,98,98); }
div.DivClassName
{
background-color: #146262;
}
.BgClassName
{
background-color: #146262;
}
</style>
border-color css
<style>
span { border-color: #146262; }
span { border-color: rgb(20,98,98); }
td.TdClassName
{
border-color: #146262;
}
.TagClassName
{
border-color: #146262;
}
</style>