Shades of Eastern Blue #0E8594
Tints of Eastern Blue #0E8594
RGB
CMYK
RGB Variations
Color information
#0E8594 (or 0x0E8594) is known color: Eastern Blue. HEX triplet: 0E, 85 and 94. RGB value is (14,133,148). Sum of RGB (Red+Green+Blue) = 14+133+148=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E8594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8594 is #F17A6B. Grayscale: #626262. Windows color (decimal): -15825516 or 9733390. OLE color: 9733390.
HSL color Cylindrical-coordinate representation of color #0E8594: hue angle of 186.72º 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 #0E8594 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 133 | 148 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.42 |
| HSL | 186.72º | 0.83% | 0.32% | - |
| HSV(B) | 186.72º | 0.91% | 0.58% | - |
| XYZ | 13.91 | 19.01 | 30.95 | - |
| YUV | 99.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 148 | 0.91 | 0.10 | 0 | 0.42 | 186.72 | 0.83 | 0.32 |
| Hex | E | 85 | 94 | 5B | A | 0 | 2A | BB | 53 | 20 |
| Octal | 16 | 205 | 224 | 133 | 12 | 0 | 52 | 273 | 123 | 40 |
| Binary | 1110 | 10000101 | 10010100 | 1011011 | 1010 | 0 | 101010 | 10111011 | 1010011 | 100000 |
Color Harmonies of #0E8594
Complementary color
Monochromatic Colors of #0E8594
Black with #0E8594
Text Example
Text Example
White with #0E8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8594; }
p { color: rgb(14,133,148); }
H1.HeaderClassName
{
color: #0E8594;
}
.AnyTagClassName
{
color: #0E8594;
}
</style>
background-color css
<style>
a { background-color: #0E8594; }
a { background-color: rgb(14,133,148); }
div.DivClassName
{
background-color: #0E8594;
}
.BgClassName
{
background-color: #0E8594;
}
</style>
border-color css
<style>
span { border-color: #0E8594; }
span { border-color: rgb(14,133,148); }
td.TdClassName
{
border-color: #0E8594;
}
.TagClassName
{
border-color: #0E8594;
}
</style>