Shades of Eastern Blue #118896
Tints of Eastern Blue #118896
RGB
CMYK
RGB Variations
Color information
#118896 (or 0x118896) is known color: Eastern Blue. HEX triplet: 11, 88 and 96. RGB value is (17,136,150). Sum of RGB (Red+Green+Blue) = 17+136+150=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #118896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118896 is #EE7769. Grayscale: #656565. Windows color (decimal): -15628138 or 9865233. OLE color: 9865233.
HSL color Cylindrical-coordinate representation of color #118896: hue angle of 186.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118896 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 136 | 150 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.41 |
| HSL | 186.32º | 0.8% | 0.33% | - |
| HSV(B) | 186.32º | 0.89% | 0.59% | - |
| XYZ | 14.54 | 19.93 | 31.93 | - |
| YUV | 102.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 150 | 0.89 | 0.09 | 0 | 0.41 | 186.32 | 0.8 | 0.33 |
| Hex | 11 | 88 | 96 | 59 | 9 | 0 | 29 | BA | 50 | 21 |
| Octal | 21 | 210 | 226 | 131 | 11 | 0 | 51 | 272 | 120 | 41 |
| Binary | 10001 | 10001000 | 10010110 | 1011001 | 1001 | 0 | 101001 | 10111010 | 1010000 | 100001 |
Color Harmonies of #118896
Complementary color
Monochromatic Colors of #118896
Black with #118896
Text Example
Text Example
White with #118896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118896; }
p { color: rgb(17,136,150); }
H1.HeaderClassName
{
color: #118896;
}
.AnyTagClassName
{
color: #118896;
}
</style>
background-color css
<style>
a { background-color: #118896; }
a { background-color: rgb(17,136,150); }
div.DivClassName
{
background-color: #118896;
}
.BgClassName
{
background-color: #118896;
}
</style>
border-color css
<style>
span { border-color: #118896; }
span { border-color: rgb(17,136,150); }
td.TdClassName
{
border-color: #118896;
}
.TagClassName
{
border-color: #118896;
}
</style>