Shades of Eastern Blue #118898
Tints of Eastern Blue #118898
RGB
CMYK
RGB Variations
Color information
#118898 (or 0x118898) is known color: Eastern Blue. HEX triplet: 11, 88 and 98. RGB value is (17,136,152). Sum of RGB (Red+Green+Blue) = 17+136+152=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #118898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118898 is #EE7767. Grayscale: #666666. Windows color (decimal): -15628136 or 9996305. OLE color: 9996305.
HSL color Cylindrical-coordinate representation of color #118898: hue angle of 187.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118898 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 136 | 152 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.40 |
| HSL | 187.11º | 0.8% | 0.33% | - |
| HSV(B) | 187.11º | 0.89% | 0.6% | - |
| XYZ | 14.7 | 19.99 | 32.79 | - |
| YUV | 102.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 152 | 0.89 | 0.11 | 0 | 0.40 | 187.11 | 0.8 | 0.33 |
| Hex | 11 | 88 | 98 | 59 | B | 0 | 28 | BB | 50 | 21 |
| Octal | 21 | 210 | 230 | 131 | 13 | 0 | 50 | 273 | 120 | 41 |
| Binary | 10001 | 10001000 | 10011000 | 1011001 | 1011 | 0 | 101000 | 10111011 | 1010000 | 100001 |
Color Harmonies of #118898
Complementary color
Monochromatic Colors of #118898
Black with #118898
Text Example
Text Example
White with #118898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118898; }
p { color: rgb(17,136,152); }
H1.HeaderClassName
{
color: #118898;
}
.AnyTagClassName
{
color: #118898;
}
</style>
background-color css
<style>
a { background-color: #118898; }
a { background-color: rgb(17,136,152); }
div.DivClassName
{
background-color: #118898;
}
.BgClassName
{
background-color: #118898;
}
</style>
border-color css
<style>
span { border-color: #118898; }
span { border-color: rgb(17,136,152); }
td.TdClassName
{
border-color: #118898;
}
.TagClassName
{
border-color: #118898;
}
</style>