Shades of Eastern Blue #0E909B
Tints of Eastern Blue #0E909B
RGB
CMYK
RGB Variations
Color information
#0E909B (or 0x0E909B) is known color: Eastern Blue. HEX triplet: 0E, 90 and 9B. RGB value is (14,144,155). Sum of RGB (Red+Green+Blue) = 14+144+155=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E909B is #F16F64. Grayscale: #6A6A6A. Windows color (decimal): -15822693 or 10194958. OLE color: 10194958.
HSL color Cylindrical-coordinate representation of color #0E909B: hue angle of 184.68º 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 #0E909B is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 144 | 155 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.39 |
| HSL | 184.68º | 0.83% | 0.33% | - |
| HSV(B) | 184.68º | 0.91% | 0.61% | - |
| XYZ | 16.07 | 22.41 | 34.49 | - |
| YUV | 106.38 | 155.43 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 155 | 0.91 | 0.07 | 0 | 0.39 | 184.68 | 0.83 | 0.33 |
| Hex | E | 90 | 9B | 5B | 7 | 0 | 27 | B9 | 53 | 21 |
| Octal | 16 | 220 | 233 | 133 | 7 | 0 | 47 | 271 | 123 | 41 |
| Binary | 1110 | 10010000 | 10011011 | 1011011 | 111 | 0 | 100111 | 10111001 | 1010011 | 100001 |
Color Harmonies of #0E909B
Complementary color
Monochromatic Colors of #0E909B
Black with #0E909B
Text Example
Text Example
White with #0E909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E909B; }
p { color: rgb(14,144,155); }
H1.HeaderClassName
{
color: #0E909B;
}
.AnyTagClassName
{
color: #0E909B;
}
</style>
background-color css
<style>
a { background-color: #0E909B; }
a { background-color: rgb(14,144,155); }
div.DivClassName
{
background-color: #0E909B;
}
.BgClassName
{
background-color: #0E909B;
}
</style>
border-color css
<style>
span { border-color: #0E909B; }
span { border-color: rgb(14,144,155); }
td.TdClassName
{
border-color: #0E909B;
}
.TagClassName
{
border-color: #0E909B;
}
</style>