Shades of Eastern Blue #118FA7
Tints of Eastern Blue #118FA7
RGB
CMYK
RGB Variations
Color information
#118FA7 (or 0x118FA7) is known color: Eastern Blue. HEX triplet: 11, 8F and A7. RGB value is (17,143,167). Sum of RGB (Red+Green+Blue) = 17+143+167=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #118FA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FA7 is #EE7058. Grayscale: #6B6B6B. Windows color (decimal): -15626329 or 10981137. OLE color: 10981137.
HSL color Cylindrical-coordinate representation of color #118FA7: hue angle of 189.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118FA7 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 143 | 167 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.35 |
| HSL | 189.6º | 0.82% | 0.36% | - |
| HSV(B) | 189.6º | 0.9% | 0.65% | - |
| XYZ | 17.03 | 22.55 | 40.02 | - |
| YUV | 108.06 | 161.26 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 167 | 0.90 | 0.14 | 0 | 0.35 | 189.6 | 0.82 | 0.36 |
| Hex | 11 | 8F | A7 | 5A | E | 0 | 23 | BE | 52 | 24 |
| Octal | 21 | 217 | 247 | 132 | 16 | 0 | 43 | 276 | 122 | 44 |
| Binary | 10001 | 10001111 | 10100111 | 1011010 | 1110 | 0 | 100011 | 10111110 | 1010010 | 100100 |
Color Harmonies of #118FA7
Complementary color
Monochromatic Colors of #118FA7
Black with #118FA7
Text Example
Text Example
White with #118FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FA7; }
p { color: rgb(17,143,167); }
H1.HeaderClassName
{
color: #118FA7;
}
.AnyTagClassName
{
color: #118FA7;
}
</style>
background-color css
<style>
a { background-color: #118FA7; }
a { background-color: rgb(17,143,167); }
div.DivClassName
{
background-color: #118FA7;
}
.BgClassName
{
background-color: #118FA7;
}
</style>
border-color css
<style>
span { border-color: #118FA7; }
span { border-color: rgb(17,143,167); }
td.TdClassName
{
border-color: #118FA7;
}
.TagClassName
{
border-color: #118FA7;
}
</style>