Shades of Eastern Blue #0E8095
Tints of Eastern Blue #0E8095
RGB
CMYK
RGB Variations
Color information
#0E8095 (or 0x0E8095) is known color: Eastern Blue. HEX triplet: 0E, 80 and 95. RGB value is (14,128,149). Sum of RGB (Red+Green+Blue) = 14+128+149=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E8095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8095 is #F17F6A. Grayscale: #606060. Windows color (decimal): -15826795 or 9797646. OLE color: 9797646.
HSL color Cylindrical-coordinate representation of color #0E8095: hue angle of 189.33º 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 #0E8095 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 128 | 149 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.42 |
| HSL | 189.33º | 0.83% | 0.32% | - |
| HSV(B) | 189.33º | 0.91% | 0.58% | - |
| XYZ | 13.33 | 17.7 | 31.15 | - |
| YUV | 96.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 149 | 0.91 | 0.14 | 0 | 0.42 | 189.33 | 0.83 | 0.32 |
| Hex | E | 80 | 95 | 5B | E | 0 | 2A | BD | 53 | 20 |
| Octal | 16 | 200 | 225 | 133 | 16 | 0 | 52 | 275 | 123 | 40 |
| Binary | 1110 | 10000000 | 10010101 | 1011011 | 1110 | 0 | 101010 | 10111101 | 1010011 | 100000 |
Color Harmonies of #0E8095
Complementary color
Monochromatic Colors of #0E8095
Black with #0E8095
Text Example
Text Example
White with #0E8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8095; }
p { color: rgb(14,128,149); }
H1.HeaderClassName
{
color: #0E8095;
}
.AnyTagClassName
{
color: #0E8095;
}
</style>
background-color css
<style>
a { background-color: #0E8095; }
a { background-color: rgb(14,128,149); }
div.DivClassName
{
background-color: #0E8095;
}
.BgClassName
{
background-color: #0E8095;
}
</style>
border-color css
<style>
span { border-color: #0E8095; }
span { border-color: rgb(14,128,149); }
td.TdClassName
{
border-color: #0E8095;
}
.TagClassName
{
border-color: #0E8095;
}
</style>