Shades of Eastern Blue #0E7B96
Tints of Eastern Blue #0E7B96
RGB
CMYK
RGB Variations
Color information
#0E7B96 (or 0x0E7B96) is known color: Eastern Blue. HEX triplet: 0E, 7B and 96. RGB value is (14,123,150). Sum of RGB (Red+Green+Blue) = 14+123+150=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E7B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7B96 is #F18469. Grayscale: #5D5D5D. Windows color (decimal): -15828074 or 9861902. OLE color: 9861902.
HSL color Cylindrical-coordinate representation of color #0E7B96: hue angle of 191.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7B96 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 123 | 150 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.41 |
| HSL | 191.91º | 0.83% | 0.32% | - |
| HSV(B) | 191.91º | 0.91% | 0.59% | - |
| XYZ | 12.77 | 16.46 | 31.36 | - |
| YUV | 93.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 150 | 0.91 | 0.18 | 0 | 0.41 | 191.91 | 0.83 | 0.32 |
| Hex | E | 7B | 96 | 5B | 12 | 0 | 29 | C0 | 53 | 20 |
| Octal | 16 | 173 | 226 | 133 | 22 | 0 | 51 | 300 | 123 | 40 |
| Binary | 1110 | 1111011 | 10010110 | 1011011 | 10010 | 0 | 101001 | 11000000 | 1010011 | 100000 |
Color Harmonies of #0E7B96
Complementary color
Monochromatic Colors of #0E7B96
Black with #0E7B96
Text Example
Text Example
White with #0E7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7B96; }
p { color: rgb(14,123,150); }
H1.HeaderClassName
{
color: #0E7B96;
}
.AnyTagClassName
{
color: #0E7B96;
}
</style>
background-color css
<style>
a { background-color: #0E7B96; }
a { background-color: rgb(14,123,150); }
div.DivClassName
{
background-color: #0E7B96;
}
.BgClassName
{
background-color: #0E7B96;
}
</style>
border-color css
<style>
span { border-color: #0E7B96; }
span { border-color: rgb(14,123,150); }
td.TdClassName
{
border-color: #0E7B96;
}
.TagClassName
{
border-color: #0E7B96;
}
</style>