Shades of Eastern Blue #117F92
Tints of Eastern Blue #117F92
RGB
CMYK
RGB Variations
Color information
#117F92 (or 0x117F92) is known color: Eastern Blue. HEX triplet: 11, 7F and 92. RGB value is (17,127,146). Sum of RGB (Red+Green+Blue) = 17+127+146=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #117F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F92 is #EE806D. Grayscale: #606060. Windows color (decimal): -15630446 or 9600785. OLE color: 9600785.
HSL color Cylindrical-coordinate representation of color #117F92: hue angle of 188.84º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117F92 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 127 | 146 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.43 |
| HSL | 188.84º | 0.79% | 0.32% | - |
| HSV(B) | 188.84º | 0.88% | 0.57% | - |
| XYZ | 13.01 | 17.37 | 29.86 | - |
| YUV | 96.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 146 | 0.88 | 0.13 | 0 | 0.43 | 188.84 | 0.79 | 0.32 |
| Hex | 11 | 7F | 92 | 58 | D | 0 | 2B | BD | 4F | 20 |
| Octal | 21 | 177 | 222 | 130 | 15 | 0 | 53 | 275 | 117 | 40 |
| Binary | 10001 | 1111111 | 10010010 | 1011000 | 1101 | 0 | 101011 | 10111101 | 1001111 | 100000 |
Color Harmonies of #117F92
Complementary color
Monochromatic Colors of #117F92
Black with #117F92
Text Example
Text Example
White with #117F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F92; }
p { color: rgb(17,127,146); }
H1.HeaderClassName
{
color: #117F92;
}
.AnyTagClassName
{
color: #117F92;
}
</style>
background-color css
<style>
a { background-color: #117F92; }
a { background-color: rgb(17,127,146); }
div.DivClassName
{
background-color: #117F92;
}
.BgClassName
{
background-color: #117F92;
}
</style>
border-color css
<style>
span { border-color: #117F92; }
span { border-color: rgb(17,127,146); }
td.TdClassName
{
border-color: #117F92;
}
.TagClassName
{
border-color: #117F92;
}
</style>