Shades of Blue Stone #0E5D61
Tints of Blue Stone #0E5D61
RGB
CMYK
RGB Variations
Color information
#0E5D61 (or 0x0E5D61) is known color: Blue Stone. HEX triplet: 0E, 5D and 61. RGB value is (14,93,97). Sum of RGB (Red+Green+Blue) = 14+93+97=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E5D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D61 is #F1A29E. Grayscale: #454545. Windows color (decimal): -15835807 or 6380814. OLE color: 6380814.
HSL color Cylindrical-coordinate representation of color #0E5D61: hue angle of 182.89º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5D61 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 93 | 97 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.62 |
| HSL | 182.89º | 0.75% | 0.22% | - |
| HSV(B) | 182.89º | 0.86% | 0.38% | - |
| XYZ | 6.25 | 8.79 | 12.68 | - |
| YUV | 69.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 97 | 0.86 | 0.04 | 0 | 0.62 | 182.89 | 0.75 | 0.22 |
| Hex | E | 5D | 61 | 56 | 4 | 0 | 3E | B7 | 4B | 16 |
| Octal | 16 | 135 | 141 | 126 | 4 | 0 | 76 | 267 | 113 | 26 |
| Binary | 1110 | 1011101 | 1100001 | 1010110 | 100 | 0 | 111110 | 10110111 | 1001011 | 10110 |
Color Harmonies of #0E5D61
Complementary color
Monochromatic Colors of #0E5D61
Black with #0E5D61
Text Example
Text Example
White with #0E5D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D61; }
p { color: rgb(14,93,97); }
H1.HeaderClassName
{
color: #0E5D61;
}
.AnyTagClassName
{
color: #0E5D61;
}
</style>
background-color css
<style>
a { background-color: #0E5D61; }
a { background-color: rgb(14,93,97); }
div.DivClassName
{
background-color: #0E5D61;
}
.BgClassName
{
background-color: #0E5D61;
}
</style>
border-color css
<style>
span { border-color: #0E5D61; }
span { border-color: rgb(14,93,97); }
td.TdClassName
{
border-color: #0E5D61;
}
.TagClassName
{
border-color: #0E5D61;
}
</style>