Shades of Eastern Blue #118AAA
Tints of Eastern Blue #118AAA
RGB
CMYK
RGB Variations
Color information
#118AAA (or 0x118AAA) is known color: Eastern Blue. HEX triplet: 11, 8A and AA. RGB value is (17,138,170). Sum of RGB (Red+Green+Blue) = 17+138+170=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #118AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118AAA is #EE7555. Grayscale: #696969. Windows color (decimal): -15627606 or 11176465. OLE color: 11176465.
HSL color Cylindrical-coordinate representation of color #118AAA: hue angle of 192.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118AAA is Cyan = 0.9, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 138 | 170 | - |
| CMYK | 0.9 | 0.19 | 0 | 0.33 |
| HSL | 192.55º | 0.82% | 0.37% | - |
| HSV(B) | 192.55º | 0.9% | 0.67% | - |
| XYZ | 16.58 | 21.2 | 41.25 | - |
| YUV | 105.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 170 | 0.9 | 0.19 | 0 | 0.33 | 192.55 | 0.82 | 0.37 |
| Hex | 11 | 8A | AA | 5A | 13 | 0 | 21 | C1 | 52 | 25 |
| Octal | 21 | 212 | 252 | 132 | 23 | 0 | 41 | 301 | 122 | 45 |
| Binary | 10001 | 10001010 | 10101010 | 1011010 | 10011 | 0 | 100001 | 11000001 | 1010010 | 100101 |
Color Harmonies of #118AAA
Complementary color
Monochromatic Colors of #118AAA
Black with #118AAA
Text Example
Text Example
White with #118AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118AAA; }
p { color: rgb(17,138,170); }
H1.HeaderClassName
{
color: #118AAA;
}
.AnyTagClassName
{
color: #118AAA;
}
</style>
background-color css
<style>
a { background-color: #118AAA; }
a { background-color: rgb(17,138,170); }
div.DivClassName
{
background-color: #118AAA;
}
.BgClassName
{
background-color: #118AAA;
}
</style>
border-color css
<style>
span { border-color: #118AAA; }
span { border-color: rgb(17,138,170); }
td.TdClassName
{
border-color: #118AAA;
}
.TagClassName
{
border-color: #118AAA;
}
</style>