Shades of Eastern Blue #118CA2
Tints of Eastern Blue #118CA2
RGB
CMYK
RGB Variations
Color information
#118CA2 (or 0x118CA2) is known color: Eastern Blue. HEX triplet: 11, 8C and A2. RGB value is (17,140,162). Sum of RGB (Red+Green+Blue) = 17+140+162=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #118CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118CA2 is #EE735D. Grayscale: #696969. Windows color (decimal): -15627102 or 10652689. OLE color: 10652689.
HSL color Cylindrical-coordinate representation of color #118CA2: hue angle of 189.1º 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 #118CA2 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 140 | 162 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.36 |
| HSL | 189.1º | 0.81% | 0.35% | - |
| HSV(B) | 189.1º | 0.9% | 0.64% | - |
| XYZ | 16.13 | 21.48 | 37.48 | - |
| YUV | 105.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 162 | 0.90 | 0.14 | 0 | 0.36 | 189.1 | 0.81 | 0.35 |
| Hex | 11 | 8C | A2 | 5A | E | 0 | 24 | BD | 51 | 23 |
| Octal | 21 | 214 | 242 | 132 | 16 | 0 | 44 | 275 | 121 | 43 |
| Binary | 10001 | 10001100 | 10100010 | 1011010 | 1110 | 0 | 100100 | 10111101 | 1010001 | 100011 |
Color Harmonies of #118CA2
Complementary color
Monochromatic Colors of #118CA2
Black with #118CA2
Text Example
Text Example
White with #118CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CA2; }
p { color: rgb(17,140,162); }
H1.HeaderClassName
{
color: #118CA2;
}
.AnyTagClassName
{
color: #118CA2;
}
</style>
background-color css
<style>
a { background-color: #118CA2; }
a { background-color: rgb(17,140,162); }
div.DivClassName
{
background-color: #118CA2;
}
.BgClassName
{
background-color: #118CA2;
}
</style>
border-color css
<style>
span { border-color: #118CA2; }
span { border-color: rgb(17,140,162); }
td.TdClassName
{
border-color: #118CA2;
}
.TagClassName
{
border-color: #118CA2;
}
</style>