Shades of Eastern Blue #0E919B
Tints of Eastern Blue #0E919B
RGB
CMYK
RGB Variations
Color information
#0E919B (or 0x0E919B) is known color: Eastern Blue. HEX triplet: 0E, 91 and 9B. RGB value is (14,145,155). Sum of RGB (Red+Green+Blue) = 14+145+155=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E919B is #F16E64. Grayscale: #6A6A6A. Windows color (decimal): -15822437 or 10195214. OLE color: 10195214.
HSL color Cylindrical-coordinate representation of color #0E919B: hue angle of 184.26º 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 #0E919B is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 145 | 155 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.39 |
| HSL | 184.26º | 0.83% | 0.33% | - |
| HSV(B) | 184.26º | 0.91% | 0.61% | - |
| XYZ | 16.22 | 22.71 | 34.54 | - |
| YUV | 106.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 155 | 0.91 | 0.06 | 0 | 0.39 | 184.26 | 0.83 | 0.33 |
| Hex | E | 91 | 9B | 5B | 6 | 0 | 27 | B8 | 53 | 21 |
| Octal | 16 | 221 | 233 | 133 | 6 | 0 | 47 | 270 | 123 | 41 |
| Binary | 1110 | 10010001 | 10011011 | 1011011 | 110 | 0 | 100111 | 10111000 | 1010011 | 100001 |
Color Harmonies of #0E919B
Complementary color
Monochromatic Colors of #0E919B
Black with #0E919B
Text Example
Text Example
White with #0E919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E919B; }
p { color: rgb(14,145,155); }
H1.HeaderClassName
{
color: #0E919B;
}
.AnyTagClassName
{
color: #0E919B;
}
</style>
background-color css
<style>
a { background-color: #0E919B; }
a { background-color: rgb(14,145,155); }
div.DivClassName
{
background-color: #0E919B;
}
.BgClassName
{
background-color: #0E919B;
}
</style>
border-color css
<style>
span { border-color: #0E919B; }
span { border-color: rgb(14,145,155); }
td.TdClassName
{
border-color: #0E919B;
}
.TagClassName
{
border-color: #0E919B;
}
</style>