Shades of Eastern Blue #11899D
Tints of Eastern Blue #11899D
RGB
CMYK
RGB Variations
Color information
#11899D (or 0x11899D) is known color: Eastern Blue. HEX triplet: 11, 89 and 9D. RGB value is (17,137,157). Sum of RGB (Red+Green+Blue) = 17+137+157=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #11899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11899D is #EE7662. Grayscale: #676767. Windows color (decimal): -15627875 or 10324241. OLE color: 10324241.
HSL color Cylindrical-coordinate representation of color #11899D: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11899D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 137 | 157 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.38 |
| HSL | 188.57º | 0.8% | 0.34% | - |
| HSV(B) | 188.57º | 0.89% | 0.62% | - |
| XYZ | 15.26 | 20.44 | 35.04 | - |
| YUV | 103.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 157 | 0.89 | 0.13 | 0 | 0.38 | 188.57 | 0.8 | 0.34 |
| Hex | 11 | 89 | 9D | 59 | D | 0 | 26 | BD | 50 | 22 |
| Octal | 21 | 211 | 235 | 131 | 15 | 0 | 46 | 275 | 120 | 42 |
| Binary | 10001 | 10001001 | 10011101 | 1011001 | 1101 | 0 | 100110 | 10111101 | 1010000 | 100010 |
Color Harmonies of #11899D
Complementary color
Monochromatic Colors of #11899D
Black with #11899D
Text Example
Text Example
White with #11899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11899D; }
p { color: rgb(17,137,157); }
H1.HeaderClassName
{
color: #11899D;
}
.AnyTagClassName
{
color: #11899D;
}
</style>
background-color css
<style>
a { background-color: #11899D; }
a { background-color: rgb(17,137,157); }
div.DivClassName
{
background-color: #11899D;
}
.BgClassName
{
background-color: #11899D;
}
</style>
border-color css
<style>
span { border-color: #11899D; }
span { border-color: rgb(17,137,157); }
td.TdClassName
{
border-color: #11899D;
}
.TagClassName
{
border-color: #11899D;
}
</style>