Shades of Eastern Blue #118BA4
Tints of Eastern Blue #118BA4
RGB
CMYK
RGB Variations
Color information
#118BA4 (or 0x118BA4) is known color: Eastern Blue. HEX triplet: 11, 8B and A4. RGB value is (17,139,164). Sum of RGB (Red+Green+Blue) = 17+139+164=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #118BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BA4 is #EE745B. Grayscale: #696969. Windows color (decimal): -15627356 or 10783505. OLE color: 10783505.
HSL color Cylindrical-coordinate representation of color #118BA4: hue angle of 190.2º 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 #118BA4 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 139 | 164 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.36 |
| HSL | 190.2º | 0.81% | 0.35% | - |
| HSV(B) | 190.2º | 0.9% | 0.64% | - |
| XYZ | 16.16 | 21.26 | 38.37 | - |
| YUV | 105.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 164 | 0.90 | 0.15 | 0 | 0.36 | 190.2 | 0.81 | 0.35 |
| Hex | 11 | 8B | A4 | 5A | F | 0 | 24 | BE | 51 | 23 |
| Octal | 21 | 213 | 244 | 132 | 17 | 0 | 44 | 276 | 121 | 43 |
| Binary | 10001 | 10001011 | 10100100 | 1011010 | 1111 | 0 | 100100 | 10111110 | 1010001 | 100011 |
Color Harmonies of #118BA4
Complementary color
Monochromatic Colors of #118BA4
Black with #118BA4
Text Example
Text Example
White with #118BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BA4; }
p { color: rgb(17,139,164); }
H1.HeaderClassName
{
color: #118BA4;
}
.AnyTagClassName
{
color: #118BA4;
}
</style>
background-color css
<style>
a { background-color: #118BA4; }
a { background-color: rgb(17,139,164); }
div.DivClassName
{
background-color: #118BA4;
}
.BgClassName
{
background-color: #118BA4;
}
</style>
border-color css
<style>
span { border-color: #118BA4; }
span { border-color: rgb(17,139,164); }
td.TdClassName
{
border-color: #118BA4;
}
.TagClassName
{
border-color: #118BA4;
}
</style>