Shades of Eastern Blue #0E8193
Tints of Eastern Blue #0E8193
RGB
CMYK
RGB Variations
Color information
#0E8193 (or 0x0E8193) is known color: Eastern Blue. HEX triplet: 0E, 81 and 93. RGB value is (14,129,147). Sum of RGB (Red+Green+Blue) = 14+129+147=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E8193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8193 is #F17E6C. Grayscale: #606060. Windows color (decimal): -15826541 or 9666830. OLE color: 9666830.
HSL color Cylindrical-coordinate representation of color #0E8193: hue angle of 188.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8193 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 129 | 147 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.42 |
| HSL | 188.12º | 0.83% | 0.32% | - |
| HSV(B) | 188.12º | 0.9% | 0.58% | - |
| XYZ | 13.3 | 17.9 | 30.36 | - |
| YUV | 96.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 147 | 0.90 | 0.12 | 0 | 0.42 | 188.12 | 0.83 | 0.32 |
| Hex | E | 81 | 93 | 5A | C | 0 | 2A | BC | 53 | 20 |
| Octal | 16 | 201 | 223 | 132 | 14 | 0 | 52 | 274 | 123 | 40 |
| Binary | 1110 | 10000001 | 10010011 | 1011010 | 1100 | 0 | 101010 | 10111100 | 1010011 | 100000 |
Color Harmonies of #0E8193
Complementary color
Monochromatic Colors of #0E8193
Black with #0E8193
Text Example
Text Example
White with #0E8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8193; }
p { color: rgb(14,129,147); }
H1.HeaderClassName
{
color: #0E8193;
}
.AnyTagClassName
{
color: #0E8193;
}
</style>
background-color css
<style>
a { background-color: #0E8193; }
a { background-color: rgb(14,129,147); }
div.DivClassName
{
background-color: #0E8193;
}
.BgClassName
{
background-color: #0E8193;
}
</style>
border-color css
<style>
span { border-color: #0E8193; }
span { border-color: rgb(14,129,147); }
td.TdClassName
{
border-color: #0E8193;
}
.TagClassName
{
border-color: #0E8193;
}
</style>