Shades of Eastern Blue #118BA9
Tints of Eastern Blue #118BA9
RGB
CMYK
RGB Variations
Color information
#118BA9 (or 0x118BA9) is known color: Eastern Blue. HEX triplet: 11, 8B and A9. RGB value is (17,139,169). Sum of RGB (Red+Green+Blue) = 17+139+169=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #118BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BA9 is #EE7456. Grayscale: #696969. Windows color (decimal): -15627351 or 11111185. OLE color: 11111185.
HSL color Cylindrical-coordinate representation of color #118BA9: hue angle of 191.84º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BA9 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 139 | 169 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.34 |
| HSL | 191.84º | 0.82% | 0.36% | - |
| HSV(B) | 191.84º | 0.9% | 0.66% | - |
| XYZ | 16.63 | 21.45 | 40.8 | - |
| YUV | 105.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 169 | 0.90 | 0.18 | 0 | 0.34 | 191.84 | 0.82 | 0.36 |
| Hex | 11 | 8B | A9 | 5A | 12 | 0 | 22 | C0 | 52 | 24 |
| Octal | 21 | 213 | 251 | 132 | 22 | 0 | 42 | 300 | 122 | 44 |
| Binary | 10001 | 10001011 | 10101001 | 1011010 | 10010 | 0 | 100010 | 11000000 | 1010010 | 100100 |
Color Harmonies of #118BA9
Complementary color
Monochromatic Colors of #118BA9
Black with #118BA9
Text Example
Text Example
White with #118BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BA9; }
p { color: rgb(17,139,169); }
H1.HeaderClassName
{
color: #118BA9;
}
.AnyTagClassName
{
color: #118BA9;
}
</style>
background-color css
<style>
a { background-color: #118BA9; }
a { background-color: rgb(17,139,169); }
div.DivClassName
{
background-color: #118BA9;
}
.BgClassName
{
background-color: #118BA9;
}
</style>
border-color css
<style>
span { border-color: #118BA9; }
span { border-color: rgb(17,139,169); }
td.TdClassName
{
border-color: #118BA9;
}
.TagClassName
{
border-color: #118BA9;
}
</style>