Shades of Blue Stone #0E656A
Tints of Blue Stone #0E656A
RGB
CMYK
RGB Variations
Color information
#0E656A (or 0x0E656A) is known color: Blue Stone. HEX triplet: 0E, 65 and 6A. RGB value is (14,101,106). Sum of RGB (Red+Green+Blue) = 14+101+106=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E656A is #F19A95. Grayscale: #4B4B4B. Windows color (decimal): -15833750 or 6972686. OLE color: 6972686.
HSL color Cylindrical-coordinate representation of color #0E656A: hue angle of 183.26º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E656A is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 101 | 106 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.58 |
| HSL | 183.26º | 0.77% | 0.24% | - |
| HSV(B) | 183.26º | 0.87% | 0.42% | - |
| XYZ | 7.44 | 10.44 | 15.26 | - |
| YUV | 75.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 106 | 0.87 | 0.05 | 0 | 0.58 | 183.26 | 0.77 | 0.24 |
| Hex | E | 65 | 6A | 57 | 5 | 0 | 3A | B7 | 4D | 18 |
| Octal | 16 | 145 | 152 | 127 | 5 | 0 | 72 | 267 | 115 | 30 |
| Binary | 1110 | 1100101 | 1101010 | 1010111 | 101 | 0 | 111010 | 10110111 | 1001101 | 11000 |
Color Harmonies of #0E656A
Complementary color
Monochromatic Colors of #0E656A
Black with #0E656A
Text Example
Text Example
White with #0E656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E656A; }
p { color: rgb(14,101,106); }
H1.HeaderClassName
{
color: #0E656A;
}
.AnyTagClassName
{
color: #0E656A;
}
</style>
background-color css
<style>
a { background-color: #0E656A; }
a { background-color: rgb(14,101,106); }
div.DivClassName
{
background-color: #0E656A;
}
.BgClassName
{
background-color: #0E656A;
}
</style>
border-color css
<style>
span { border-color: #0E656A; }
span { border-color: rgb(14,101,106); }
td.TdClassName
{
border-color: #0E656A;
}
.TagClassName
{
border-color: #0E656A;
}
</style>