Shades of Eastern Blue #118BA3
Tints of Eastern Blue #118BA3
RGB
CMYK
RGB Variations
Color information
#118BA3 (or 0x118BA3) is known color: Eastern Blue. HEX triplet: 11, 8B and A3. RGB value is (17,139,163). Sum of RGB (Red+Green+Blue) = 17+139+163=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #118BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BA3 is #EE745C. Grayscale: #696969. Windows color (decimal): -15627357 or 10717969. OLE color: 10717969.
HSL color Cylindrical-coordinate representation of color #118BA3: hue angle of 189.86º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BA3 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 139 | 163 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.36 |
| HSL | 189.86º | 0.81% | 0.35% | - |
| HSV(B) | 189.86º | 0.9% | 0.64% | - |
| XYZ | 16.07 | 21.23 | 37.9 | - |
| YUV | 105.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 163 | 0.90 | 0.15 | 0 | 0.36 | 189.86 | 0.81 | 0.35 |
| Hex | 11 | 8B | A3 | 5A | F | 0 | 24 | BE | 51 | 23 |
| Octal | 21 | 213 | 243 | 132 | 17 | 0 | 44 | 276 | 121 | 43 |
| Binary | 10001 | 10001011 | 10100011 | 1011010 | 1111 | 0 | 100100 | 10111110 | 1010001 | 100011 |
Color Harmonies of #118BA3
Complementary color
Monochromatic Colors of #118BA3
Black with #118BA3
Text Example
Text Example
White with #118BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BA3; }
p { color: rgb(17,139,163); }
H1.HeaderClassName
{
color: #118BA3;
}
.AnyTagClassName
{
color: #118BA3;
}
</style>
background-color css
<style>
a { background-color: #118BA3; }
a { background-color: rgb(17,139,163); }
div.DivClassName
{
background-color: #118BA3;
}
.BgClassName
{
background-color: #118BA3;
}
</style>
border-color css
<style>
span { border-color: #118BA3; }
span { border-color: rgb(17,139,163); }
td.TdClassName
{
border-color: #118BA3;
}
.TagClassName
{
border-color: #118BA3;
}
</style>