Shades of Eastern Blue #118DA8
Tints of Eastern Blue #118DA8
RGB
CMYK
RGB Variations
Color information
#118DA8 (or 0x118DA8) is known color: Eastern Blue. HEX triplet: 11, 8D and A8. RGB value is (17,141,168). Sum of RGB (Red+Green+Blue) = 17+141+168=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #118DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DA8 is #EE7257. Grayscale: #6A6A6A. Windows color (decimal): -15626840 or 11046161. OLE color: 11046161.
HSL color Cylindrical-coordinate representation of color #118DA8: hue angle of 190.73º 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 #118DA8 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 141 | 168 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.34 |
| HSL | 190.73º | 0.82% | 0.36% | - |
| HSV(B) | 190.73º | 0.9% | 0.66% | - |
| XYZ | 16.82 | 22 | 40.4 | - |
| YUV | 107 | 162.42 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 168 | 0.90 | 0.16 | 0 | 0.34 | 190.73 | 0.82 | 0.36 |
| Hex | 11 | 8D | A8 | 5A | 10 | 0 | 22 | BF | 52 | 24 |
| Octal | 21 | 215 | 250 | 132 | 20 | 0 | 42 | 277 | 122 | 44 |
| Binary | 10001 | 10001101 | 10101000 | 1011010 | 10000 | 0 | 100010 | 10111111 | 1010010 | 100100 |
Color Harmonies of #118DA8
Complementary color
Monochromatic Colors of #118DA8
Black with #118DA8
Text Example
Text Example
White with #118DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DA8; }
p { color: rgb(17,141,168); }
H1.HeaderClassName
{
color: #118DA8;
}
.AnyTagClassName
{
color: #118DA8;
}
</style>
background-color css
<style>
a { background-color: #118DA8; }
a { background-color: rgb(17,141,168); }
div.DivClassName
{
background-color: #118DA8;
}
.BgClassName
{
background-color: #118DA8;
}
</style>
border-color css
<style>
span { border-color: #118DA8; }
span { border-color: rgb(17,141,168); }
td.TdClassName
{
border-color: #118DA8;
}
.TagClassName
{
border-color: #118DA8;
}
</style>