Shades of Eastern Blue #11889F
Tints of Eastern Blue #11889F
RGB
CMYK
RGB Variations
Color information
#11889F (or 0x11889F) is known color: Eastern Blue. HEX triplet: 11, 88 and 9F. RGB value is (17,136,159). Sum of RGB (Red+Green+Blue) = 17+136+159=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #11889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11889F is #EE7760. Grayscale: #666666. Windows color (decimal): -15628129 or 10455057. OLE color: 10455057.
HSL color Cylindrical-coordinate representation of color #11889F: hue angle of 189.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11889F is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 136 | 159 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.38 |
| HSL | 189.72º | 0.81% | 0.35% | - |
| HSV(B) | 189.72º | 0.89% | 0.62% | - |
| XYZ | 15.29 | 20.23 | 35.9 | - |
| YUV | 103.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 159 | 0.89 | 0.14 | 0 | 0.38 | 189.72 | 0.81 | 0.35 |
| Hex | 11 | 88 | 9F | 59 | E | 0 | 26 | BE | 51 | 23 |
| Octal | 21 | 210 | 237 | 131 | 16 | 0 | 46 | 276 | 121 | 43 |
| Binary | 10001 | 10001000 | 10011111 | 1011001 | 1110 | 0 | 100110 | 10111110 | 1010001 | 100011 |
Color Harmonies of #11889F
Complementary color
Monochromatic Colors of #11889F
Black with #11889F
Text Example
Text Example
White with #11889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11889F; }
p { color: rgb(17,136,159); }
H1.HeaderClassName
{
color: #11889F;
}
.AnyTagClassName
{
color: #11889F;
}
</style>
background-color css
<style>
a { background-color: #11889F; }
a { background-color: rgb(17,136,159); }
div.DivClassName
{
background-color: #11889F;
}
.BgClassName
{
background-color: #11889F;
}
</style>
border-color css
<style>
span { border-color: #11889F; }
span { border-color: rgb(17,136,159); }
td.TdClassName
{
border-color: #11889F;
}
.TagClassName
{
border-color: #11889F;
}
</style>