Shades of Blue Stone #14626B
Tints of Blue Stone #14626B
RGB
CMYK
RGB Variations
Color information
#14626B (or 0x14626B) is known color: Blue Stone. HEX triplet: 14, 62 and 6B. RGB value is (20,98,107). Sum of RGB (Red+Green+Blue) = 20+98+107=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #14626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14626B is #EB9D94. Grayscale: #4B4B4B. Windows color (decimal): -15441301 or 7037460. OLE color: 7037460.
HSL color Cylindrical-coordinate representation of color #14626B: hue angle of 186.21º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14626B is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 98 | 107 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.58 |
| HSL | 186.21º | 0.69% | 0.25% | - |
| HSV(B) | 186.21º | 0.81% | 0.42% | - |
| XYZ | 7.31 | 9.95 | 15.44 | - |
| YUV | 75.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 107 | 0.81 | 0.08 | 0 | 0.58 | 186.21 | 0.69 | 0.25 |
| Hex | 14 | 62 | 6B | 51 | 8 | 0 | 3A | BA | 45 | 19 |
| Octal | 24 | 142 | 153 | 121 | 10 | 0 | 72 | 272 | 105 | 31 |
| Binary | 10100 | 1100010 | 1101011 | 1010001 | 1000 | 0 | 111010 | 10111010 | 1000101 | 11001 |
Color Harmonies of #14626B
Complementary color
Monochromatic Colors of #14626B
Black with #14626B
Text Example
Text Example
White with #14626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14626B; }
p { color: rgb(20,98,107); }
H1.HeaderClassName
{
color: #14626B;
}
.AnyTagClassName
{
color: #14626B;
}
</style>
background-color css
<style>
a { background-color: #14626B; }
a { background-color: rgb(20,98,107); }
div.DivClassName
{
background-color: #14626B;
}
.BgClassName
{
background-color: #14626B;
}
</style>
border-color css
<style>
span { border-color: #14626B; }
span { border-color: rgb(20,98,107); }
td.TdClassName
{
border-color: #14626B;
}
.TagClassName
{
border-color: #14626B;
}
</style>