Shades of Eastern Blue #0E939B
Tints of Eastern Blue #0E939B
RGB
CMYK
RGB Variations
Color information
#0E939B (or 0x0E939B) is known color: Eastern Blue. HEX triplet: 0E, 93 and 9B. RGB value is (14,147,155). Sum of RGB (Red+Green+Blue) = 14+147+155=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E939B is #F16C64. Grayscale: #6B6B6B. Windows color (decimal): -15821925 or 10195726. OLE color: 10195726.
HSL color Cylindrical-coordinate representation of color #0E939B: hue angle of 183.4º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E939B is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 147 | 155 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.39 |
| HSL | 183.4º | 0.83% | 0.33% | - |
| HSV(B) | 183.4º | 0.91% | 0.61% | - |
| XYZ | 16.53 | 23.33 | 34.64 | - |
| YUV | 108.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 155 | 0.91 | 0.05 | 0 | 0.39 | 183.4 | 0.83 | 0.33 |
| Hex | E | 93 | 9B | 5B | 5 | 0 | 27 | B7 | 53 | 21 |
| Octal | 16 | 223 | 233 | 133 | 5 | 0 | 47 | 267 | 123 | 41 |
| Binary | 1110 | 10010011 | 10011011 | 1011011 | 101 | 0 | 100111 | 10110111 | 1010011 | 100001 |
Color Harmonies of #0E939B
Complementary color
Monochromatic Colors of #0E939B
Black with #0E939B
Text Example
Text Example
White with #0E939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E939B; }
p { color: rgb(14,147,155); }
H1.HeaderClassName
{
color: #0E939B;
}
.AnyTagClassName
{
color: #0E939B;
}
</style>
background-color css
<style>
a { background-color: #0E939B; }
a { background-color: rgb(14,147,155); }
div.DivClassName
{
background-color: #0E939B;
}
.BgClassName
{
background-color: #0E939B;
}
</style>
border-color css
<style>
span { border-color: #0E939B; }
span { border-color: rgb(14,147,155); }
td.TdClassName
{
border-color: #0E939B;
}
.TagClassName
{
border-color: #0E939B;
}
</style>