Shades of Eastern Blue #118BA7
Tints of Eastern Blue #118BA7
RGB
CMYK
RGB Variations
Color information
#118BA7 (or 0x118BA7) is known color: Eastern Blue. HEX triplet: 11, 8B and A7. RGB value is (17,139,167). Sum of RGB (Red+Green+Blue) = 17+139+167=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #118BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BA7 is #EE7458. Grayscale: #696969. Windows color (decimal): -15627353 or 10980113. OLE color: 10980113.
HSL color Cylindrical-coordinate representation of color #118BA7: hue angle of 191.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BA7 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 139 | 167 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.35 |
| HSL | 191.2º | 0.82% | 0.36% | - |
| HSV(B) | 191.2º | 0.9% | 0.65% | - |
| XYZ | 16.44 | 21.37 | 39.82 | - |
| YUV | 105.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 167 | 0.90 | 0.17 | 0 | 0.35 | 191.2 | 0.82 | 0.36 |
| Hex | 11 | 8B | A7 | 5A | 11 | 0 | 23 | BF | 52 | 24 |
| Octal | 21 | 213 | 247 | 132 | 21 | 0 | 43 | 277 | 122 | 44 |
| Binary | 10001 | 10001011 | 10100111 | 1011010 | 10001 | 0 | 100011 | 10111111 | 1010010 | 100100 |
Color Harmonies of #118BA7
Complementary color
Monochromatic Colors of #118BA7
Black with #118BA7
Text Example
Text Example
White with #118BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BA7; }
p { color: rgb(17,139,167); }
H1.HeaderClassName
{
color: #118BA7;
}
.AnyTagClassName
{
color: #118BA7;
}
</style>
background-color css
<style>
a { background-color: #118BA7; }
a { background-color: rgb(17,139,167); }
div.DivClassName
{
background-color: #118BA7;
}
.BgClassName
{
background-color: #118BA7;
}
</style>
border-color css
<style>
span { border-color: #118BA7; }
span { border-color: rgb(17,139,167); }
td.TdClassName
{
border-color: #118BA7;
}
.TagClassName
{
border-color: #118BA7;
}
</style>