Shades of Eastern Blue #0E91A2
Tints of Eastern Blue #0E91A2
RGB
CMYK
RGB Variations
Color information
#0E91A2 (or 0x0E91A2) is known color: Eastern Blue. HEX triplet: 0E, 91 and A2. RGB value is (14,145,162). Sum of RGB (Red+Green+Blue) = 14+145+162=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E91A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E91A2 is #F16E5D. Grayscale: #6B6B6B. Windows color (decimal): -15822430 or 10653966. OLE color: 10653966.
HSL color Cylindrical-coordinate representation of color #0E91A2: hue angle of 186.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E91A2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 145 | 162 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.36 |
| HSL | 186.89º | 0.84% | 0.35% | - |
| HSV(B) | 186.89º | 0.91% | 0.64% | - |
| XYZ | 16.83 | 22.95 | 37.73 | - |
| YUV | 107.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 162 | 0.91 | 0.10 | 0 | 0.36 | 186.89 | 0.84 | 0.35 |
| Hex | E | 91 | A2 | 5B | A | 0 | 24 | BB | 54 | 23 |
| Octal | 16 | 221 | 242 | 133 | 12 | 0 | 44 | 273 | 124 | 43 |
| Binary | 1110 | 10010001 | 10100010 | 1011011 | 1010 | 0 | 100100 | 10111011 | 1010100 | 100011 |
Color Harmonies of #0E91A2
Complementary color
Monochromatic Colors of #0E91A2
Black with #0E91A2
Text Example
Text Example
White with #0E91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E91A2; }
p { color: rgb(14,145,162); }
H1.HeaderClassName
{
color: #0E91A2;
}
.AnyTagClassName
{
color: #0E91A2;
}
</style>
background-color css
<style>
a { background-color: #0E91A2; }
a { background-color: rgb(14,145,162); }
div.DivClassName
{
background-color: #0E91A2;
}
.BgClassName
{
background-color: #0E91A2;
}
</style>
border-color css
<style>
span { border-color: #0E91A2; }
span { border-color: rgb(14,145,162); }
td.TdClassName
{
border-color: #0E91A2;
}
.TagClassName
{
border-color: #0E91A2;
}
</style>