Shades of Eastern Blue #118DA5
Tints of Eastern Blue #118DA5
RGB
CMYK
RGB Variations
Color information
#118DA5 (or 0x118DA5) is known color: Eastern Blue. HEX triplet: 11, 8D and A5. RGB value is (17,141,165). Sum of RGB (Red+Green+Blue) = 17+141+165=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #118DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DA5 is #EE725A. Grayscale: #6A6A6A. Windows color (decimal): -15626843 or 10849553. OLE color: 10849553.
HSL color Cylindrical-coordinate representation of color #118DA5: hue angle of 189.73º degrees, saturation: 0.81, 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 #118DA5 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 141 | 165 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.35 |
| HSL | 189.73º | 0.81% | 0.36% | - |
| HSV(B) | 189.73º | 0.9% | 0.65% | - |
| XYZ | 16.55 | 21.89 | 38.95 | - |
| YUV | 106.66 | 160.92 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 165 | 0.90 | 0.15 | 0 | 0.35 | 189.73 | 0.81 | 0.36 |
| Hex | 11 | 8D | A5 | 5A | F | 0 | 23 | BE | 51 | 24 |
| Octal | 21 | 215 | 245 | 132 | 17 | 0 | 43 | 276 | 121 | 44 |
| Binary | 10001 | 10001101 | 10100101 | 1011010 | 1111 | 0 | 100011 | 10111110 | 1010001 | 100100 |
Color Harmonies of #118DA5
Complementary color
Monochromatic Colors of #118DA5
Black with #118DA5
Text Example
Text Example
White with #118DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DA5; }
p { color: rgb(17,141,165); }
H1.HeaderClassName
{
color: #118DA5;
}
.AnyTagClassName
{
color: #118DA5;
}
</style>
background-color css
<style>
a { background-color: #118DA5; }
a { background-color: rgb(17,141,165); }
div.DivClassName
{
background-color: #118DA5;
}
.BgClassName
{
background-color: #118DA5;
}
</style>
border-color css
<style>
span { border-color: #118DA5; }
span { border-color: rgb(17,141,165); }
td.TdClassName
{
border-color: #118DA5;
}
.TagClassName
{
border-color: #118DA5;
}
</style>