Shades of Eastern Blue #117B95
Tints of Eastern Blue #117B95
RGB
CMYK
RGB Variations
Color information
#117B95 (or 0x117B95) is known color: Eastern Blue. HEX triplet: 11, 7B and 95. RGB value is (17,123,149). Sum of RGB (Red+Green+Blue) = 17+123+149=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #117B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117B95 is #EE846A. Grayscale: #5E5E5E. Windows color (decimal): -15631467 or 9796369. OLE color: 9796369.
HSL color Cylindrical-coordinate representation of color #117B95: hue angle of 191.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117B95 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 123 | 149 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.42 |
| HSL | 191.82º | 0.8% | 0.33% | - |
| HSV(B) | 191.82º | 0.89% | 0.58% | - |
| XYZ | 12.74 | 16.46 | 30.94 | - |
| YUV | 94.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 149 | 0.89 | 0.17 | 0 | 0.42 | 191.82 | 0.8 | 0.33 |
| Hex | 11 | 7B | 95 | 59 | 11 | 0 | 2A | C0 | 50 | 21 |
| Octal | 21 | 173 | 225 | 131 | 21 | 0 | 52 | 300 | 120 | 41 |
| Binary | 10001 | 1111011 | 10010101 | 1011001 | 10001 | 0 | 101010 | 11000000 | 1010000 | 100001 |
Color Harmonies of #117B95
Complementary color
Monochromatic Colors of #117B95
Black with #117B95
Text Example
Text Example
White with #117B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B95; }
p { color: rgb(17,123,149); }
H1.HeaderClassName
{
color: #117B95;
}
.AnyTagClassName
{
color: #117B95;
}
</style>
background-color css
<style>
a { background-color: #117B95; }
a { background-color: rgb(17,123,149); }
div.DivClassName
{
background-color: #117B95;
}
.BgClassName
{
background-color: #117B95;
}
</style>
border-color css
<style>
span { border-color: #117B95; }
span { border-color: rgb(17,123,149); }
td.TdClassName
{
border-color: #117B95;
}
.TagClassName
{
border-color: #117B95;
}
</style>