Shades of Eastern Blue #0E8295
Tints of Eastern Blue #0E8295
RGB
CMYK
RGB Variations
Color information
#0E8295 (or 0x0E8295) is known color: Eastern Blue. HEX triplet: 0E, 82 and 95. RGB value is (14,130,149). Sum of RGB (Red+Green+Blue) = 14+130+149=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E8295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8295 is #F17D6A. Grayscale: #616161. Windows color (decimal): -15826283 or 9798158. OLE color: 9798158.
HSL color Cylindrical-coordinate representation of color #0E8295: hue angle of 188.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8295 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 130 | 149 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.42 |
| HSL | 188.44º | 0.83% | 0.32% | - |
| HSV(B) | 188.44º | 0.91% | 0.58% | - |
| XYZ | 13.59 | 18.23 | 31.24 | - |
| YUV | 97.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 149 | 0.91 | 0.13 | 0 | 0.42 | 188.44 | 0.83 | 0.32 |
| Hex | E | 82 | 95 | 5B | D | 0 | 2A | BC | 53 | 20 |
| Octal | 16 | 202 | 225 | 133 | 15 | 0 | 52 | 274 | 123 | 40 |
| Binary | 1110 | 10000010 | 10010101 | 1011011 | 1101 | 0 | 101010 | 10111100 | 1010011 | 100000 |
Color Harmonies of #0E8295
Complementary color
Monochromatic Colors of #0E8295
Black with #0E8295
Text Example
Text Example
White with #0E8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8295; }
p { color: rgb(14,130,149); }
H1.HeaderClassName
{
color: #0E8295;
}
.AnyTagClassName
{
color: #0E8295;
}
</style>
background-color css
<style>
a { background-color: #0E8295; }
a { background-color: rgb(14,130,149); }
div.DivClassName
{
background-color: #0E8295;
}
.BgClassName
{
background-color: #0E8295;
}
</style>
border-color css
<style>
span { border-color: #0E8295; }
span { border-color: rgb(14,130,149); }
td.TdClassName
{
border-color: #0E8295;
}
.TagClassName
{
border-color: #0E8295;
}
</style>