Shades of Blue Stone #0E6465
Tints of Blue Stone #0E6465
RGB
CMYK
RGB Variations
Color information
#0E6465 (or 0x0E6465) is known color: Blue Stone. HEX triplet: 0E, 64 and 65. RGB value is (14,100,101). Sum of RGB (Red+Green+Blue) = 14+100+101=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E6465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6465 is #F19B9A. Grayscale: #4A4A4A. Windows color (decimal): -15834011 or 6644750. OLE color: 6644750.
HSL color Cylindrical-coordinate representation of color #0E6465: hue angle of 180.69º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6465 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 100 | 101 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.60 |
| HSL | 180.69º | 0.76% | 0.23% | - |
| HSV(B) | 180.69º | 0.86% | 0.4% | - |
| XYZ | 7.09 | 10.15 | 13.9 | - |
| YUV | 74.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 101 | 0.86 | 0.01 | 0 | 0.60 | 180.69 | 0.76 | 0.23 |
| Hex | E | 64 | 65 | 56 | 1 | 0 | 3C | B5 | 4C | 17 |
| Octal | 16 | 144 | 145 | 126 | 1 | 0 | 74 | 265 | 114 | 27 |
| Binary | 1110 | 1100100 | 1100101 | 1010110 | 1 | 0 | 111100 | 10110101 | 1001100 | 10111 |
Color Harmonies of #0E6465
Complementary color
Monochromatic Colors of #0E6465
Black with #0E6465
Text Example
Text Example
White with #0E6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6465; }
p { color: rgb(14,100,101); }
H1.HeaderClassName
{
color: #0E6465;
}
.AnyTagClassName
{
color: #0E6465;
}
</style>
background-color css
<style>
a { background-color: #0E6465; }
a { background-color: rgb(14,100,101); }
div.DivClassName
{
background-color: #0E6465;
}
.BgClassName
{
background-color: #0E6465;
}
</style>
border-color css
<style>
span { border-color: #0E6465; }
span { border-color: rgb(14,100,101); }
td.TdClassName
{
border-color: #0E6465;
}
.TagClassName
{
border-color: #0E6465;
}
</style>