Shades of Eastern Blue #118DA4
Tints of Eastern Blue #118DA4
RGB
CMYK
RGB Variations
Color information
#118DA4 (or 0x118DA4) is known color: Eastern Blue. HEX triplet: 11, 8D and A4. RGB value is (17,141,164). Sum of RGB (Red+Green+Blue) = 17+141+164=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #118DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DA4 is #EE725B. Grayscale: #6A6A6A. Windows color (decimal): -15626844 or 10784017. OLE color: 10784017.
HSL color Cylindrical-coordinate representation of color #118DA4: hue angle of 189.39º 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 #118DA4 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 141 | 164 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.36 |
| HSL | 189.39º | 0.81% | 0.35% | - |
| HSV(B) | 189.39º | 0.9% | 0.64% | - |
| XYZ | 16.46 | 21.85 | 38.47 | - |
| YUV | 106.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 164 | 0.90 | 0.14 | 0 | 0.36 | 189.39 | 0.81 | 0.35 |
| Hex | 11 | 8D | A4 | 5A | E | 0 | 24 | BD | 51 | 23 |
| Octal | 21 | 215 | 244 | 132 | 16 | 0 | 44 | 275 | 121 | 43 |
| Binary | 10001 | 10001101 | 10100100 | 1011010 | 1110 | 0 | 100100 | 10111101 | 1010001 | 100011 |
Color Harmonies of #118DA4
Complementary color
Monochromatic Colors of #118DA4
Black with #118DA4
Text Example
Text Example
White with #118DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DA4; }
p { color: rgb(17,141,164); }
H1.HeaderClassName
{
color: #118DA4;
}
.AnyTagClassName
{
color: #118DA4;
}
</style>
background-color css
<style>
a { background-color: #118DA4; }
a { background-color: rgb(17,141,164); }
div.DivClassName
{
background-color: #118DA4;
}
.BgClassName
{
background-color: #118DA4;
}
</style>
border-color css
<style>
span { border-color: #118DA4; }
span { border-color: rgb(17,141,164); }
td.TdClassName
{
border-color: #118DA4;
}
.TagClassName
{
border-color: #118DA4;
}
</style>