Shades of Blue Stone #14535B
Tints of Blue Stone #14535B
RGB
CMYK
RGB Variations
Color information
#14535B (or 0x14535B) is known color: Blue Stone. HEX triplet: 14, 53 and 5B. RGB value is (20,83,91). Sum of RGB (Red+Green+Blue) = 20+83+91=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #14535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14535B is #EBACA4. Grayscale: #404040. Windows color (decimal): -15445157 or 5985044. OLE color: 5985044.
HSL color Cylindrical-coordinate representation of color #14535B: hue angle of 186.76º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14535B is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 83 | 91 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.64 |
| HSL | 186.76º | 0.64% | 0.22% | - |
| HSV(B) | 186.76º | 0.78% | 0.36% | - |
| XYZ | 5.27 | 7.09 | 10.99 | - |
| YUV | 65.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 91 | 0.78 | 0.09 | 0 | 0.64 | 186.76 | 0.64 | 0.22 |
| Hex | 14 | 53 | 5B | 4E | 9 | 0 | 40 | BB | 40 | 16 |
| Octal | 24 | 123 | 133 | 116 | 11 | 0 | 100 | 273 | 100 | 26 |
| Binary | 10100 | 1010011 | 1011011 | 1001110 | 1001 | 0 | 1000000 | 10111011 | 1000000 | 10110 |
Color Harmonies of #14535B
Complementary color
Monochromatic Colors of #14535B
Black with #14535B
Text Example
Text Example
White with #14535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14535B; }
p { color: rgb(20,83,91); }
H1.HeaderClassName
{
color: #14535B;
}
.AnyTagClassName
{
color: #14535B;
}
</style>
background-color css
<style>
a { background-color: #14535B; }
a { background-color: rgb(20,83,91); }
div.DivClassName
{
background-color: #14535B;
}
.BgClassName
{
background-color: #14535B;
}
</style>
border-color css
<style>
span { border-color: #14535B; }
span { border-color: rgb(20,83,91); }
td.TdClassName
{
border-color: #14535B;
}
.TagClassName
{
border-color: #14535B;
}
</style>