Shades of Eastern Blue #117C94
Tints of Eastern Blue #117C94
RGB
CMYK
RGB Variations
Color information
#117C94 (or 0x117C94) is known color: Eastern Blue. HEX triplet: 11, 7C and 94. RGB value is (17,124,148). Sum of RGB (Red+Green+Blue) = 17+124+148=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #117C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C94 is #EE836B. Grayscale: #5E5E5E. Windows color (decimal): -15631212 or 9731089. OLE color: 9731089.
HSL color Cylindrical-coordinate representation of color #117C94: hue angle of 190.99º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117C94 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 124 | 148 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.42 |
| HSL | 190.99º | 0.79% | 0.32% | - |
| HSV(B) | 190.99º | 0.89% | 0.58% | - |
| XYZ | 12.78 | 16.67 | 30.56 | - |
| YUV | 94.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 148 | 0.89 | 0.16 | 0 | 0.42 | 190.99 | 0.79 | 0.32 |
| Hex | 11 | 7C | 94 | 59 | 10 | 0 | 2A | BF | 4F | 20 |
| Octal | 21 | 174 | 224 | 131 | 20 | 0 | 52 | 277 | 117 | 40 |
| Binary | 10001 | 1111100 | 10010100 | 1011001 | 10000 | 0 | 101010 | 10111111 | 1001111 | 100000 |
Color Harmonies of #117C94
Complementary color
Monochromatic Colors of #117C94
Black with #117C94
Text Example
Text Example
White with #117C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C94; }
p { color: rgb(17,124,148); }
H1.HeaderClassName
{
color: #117C94;
}
.AnyTagClassName
{
color: #117C94;
}
</style>
background-color css
<style>
a { background-color: #117C94; }
a { background-color: rgb(17,124,148); }
div.DivClassName
{
background-color: #117C94;
}
.BgClassName
{
background-color: #117C94;
}
</style>
border-color css
<style>
span { border-color: #117C94; }
span { border-color: rgb(17,124,148); }
td.TdClassName
{
border-color: #117C94;
}
.TagClassName
{
border-color: #117C94;
}
</style>