Shades of Eastern Blue #117F94
Tints of Eastern Blue #117F94
RGB
CMYK
RGB Variations
Color information
#117F94 (or 0x117F94) is known color: Eastern Blue. HEX triplet: 11, 7F and 94. RGB value is (17,127,148). Sum of RGB (Red+Green+Blue) = 17+127+148=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #117F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F94 is #EE806B. Grayscale: #606060. Windows color (decimal): -15630444 or 9731857. OLE color: 9731857.
HSL color Cylindrical-coordinate representation of color #117F94: hue angle of 189.62º 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 #117F94 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 127 | 148 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.42 |
| HSL | 189.62º | 0.79% | 0.32% | - |
| HSV(B) | 189.62º | 0.89% | 0.58% | - |
| XYZ | 13.17 | 17.44 | 30.69 | - |
| YUV | 96.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 148 | 0.89 | 0.14 | 0 | 0.42 | 189.62 | 0.79 | 0.32 |
| Hex | 11 | 7F | 94 | 59 | E | 0 | 2A | BE | 4F | 20 |
| Octal | 21 | 177 | 224 | 131 | 16 | 0 | 52 | 276 | 117 | 40 |
| Binary | 10001 | 1111111 | 10010100 | 1011001 | 1110 | 0 | 101010 | 10111110 | 1001111 | 100000 |
Color Harmonies of #117F94
Complementary color
Monochromatic Colors of #117F94
Black with #117F94
Text Example
Text Example
White with #117F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F94; }
p { color: rgb(17,127,148); }
H1.HeaderClassName
{
color: #117F94;
}
.AnyTagClassName
{
color: #117F94;
}
</style>
background-color css
<style>
a { background-color: #117F94; }
a { background-color: rgb(17,127,148); }
div.DivClassName
{
background-color: #117F94;
}
.BgClassName
{
background-color: #117F94;
}
</style>
border-color css
<style>
span { border-color: #117F94; }
span { border-color: rgb(17,127,148); }
td.TdClassName
{
border-color: #117F94;
}
.TagClassName
{
border-color: #117F94;
}
</style>