Shades of Blue Stone #14656B
Tints of Blue Stone #14656B
RGB
CMYK
RGB Variations
Color information
#14656B (or 0x14656B) is known color: Blue Stone. HEX triplet: 14, 65 and 6B. RGB value is (20,101,107). Sum of RGB (Red+Green+Blue) = 20+101+107=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #14656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14656B is #EB9A94. Grayscale: #4D4D4D. Windows color (decimal): -15440533 or 7038228. OLE color: 7038228.
HSL color Cylindrical-coordinate representation of color #14656B: hue angle of 184.14º 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 #14656B is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 101 | 107 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.58 |
| HSL | 184.14º | 0.69% | 0.25% | - |
| HSV(B) | 184.14º | 0.81% | 0.42% | - |
| XYZ | 7.6 | 10.52 | 15.54 | - |
| YUV | 77.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 107 | 0.81 | 0.06 | 0 | 0.58 | 184.14 | 0.69 | 0.25 |
| Hex | 14 | 65 | 6B | 51 | 6 | 0 | 3A | B8 | 45 | 19 |
| Octal | 24 | 145 | 153 | 121 | 6 | 0 | 72 | 270 | 105 | 31 |
| Binary | 10100 | 1100101 | 1101011 | 1010001 | 110 | 0 | 111010 | 10111000 | 1000101 | 11001 |
Color Harmonies of #14656B
Complementary color
Monochromatic Colors of #14656B
Black with #14656B
Text Example
Text Example
White with #14656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14656B; }
p { color: rgb(20,101,107); }
H1.HeaderClassName
{
color: #14656B;
}
.AnyTagClassName
{
color: #14656B;
}
</style>
background-color css
<style>
a { background-color: #14656B; }
a { background-color: rgb(20,101,107); }
div.DivClassName
{
background-color: #14656B;
}
.BgClassName
{
background-color: #14656B;
}
</style>
border-color css
<style>
span { border-color: #14656B; }
span { border-color: rgb(20,101,107); }
td.TdClassName
{
border-color: #14656B;
}
.TagClassName
{
border-color: #14656B;
}
</style>