Shades of Eastern Blue #0E7890
Tints of Eastern Blue #0E7890
RGB
CMYK
RGB Variations
Color information
#0E7890 (or 0x0E7890) is known color: Eastern Blue. HEX triplet: 0E, 78 and 90. RGB value is (14,120,144). Sum of RGB (Red+Green+Blue) = 14+120+144=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E7890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7890 is #F1876F. Grayscale: #5A5A5A. Windows color (decimal): -15828848 or 9467918. OLE color: 9467918.
HSL color Cylindrical-coordinate representation of color #0E7890: hue angle of 191.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7890 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 120 | 144 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.44 |
| HSL | 191.08º | 0.82% | 0.31% | - |
| HSV(B) | 191.08º | 0.9% | 0.56% | - |
| XYZ | 11.93 | 15.54 | 28.76 | - |
| YUV | 91.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 144 | 0.90 | 0.17 | 0 | 0.44 | 191.08 | 0.82 | 0.31 |
| Hex | E | 78 | 90 | 5A | 11 | 0 | 2C | BF | 52 | 1F |
| Octal | 16 | 170 | 220 | 132 | 21 | 0 | 54 | 277 | 122 | 37 |
| Binary | 1110 | 1111000 | 10010000 | 1011010 | 10001 | 0 | 101100 | 10111111 | 1010010 | 11111 |
Color Harmonies of #0E7890
Complementary color
Monochromatic Colors of #0E7890
Black with #0E7890
Text Example
Text Example
White with #0E7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7890; }
p { color: rgb(14,120,144); }
H1.HeaderClassName
{
color: #0E7890;
}
.AnyTagClassName
{
color: #0E7890;
}
</style>
background-color css
<style>
a { background-color: #0E7890; }
a { background-color: rgb(14,120,144); }
div.DivClassName
{
background-color: #0E7890;
}
.BgClassName
{
background-color: #0E7890;
}
</style>
border-color css
<style>
span { border-color: #0E7890; }
span { border-color: rgb(14,120,144); }
td.TdClassName
{
border-color: #0E7890;
}
.TagClassName
{
border-color: #0E7890;
}
</style>