Shades of Eastern Blue #117892
Tints of Eastern Blue #117892
RGB
CMYK
RGB Variations
Color information
#117892 (or 0x117892) is known color: Eastern Blue. HEX triplet: 11, 78 and 92. RGB value is (17,120,146). Sum of RGB (Red+Green+Blue) = 17+120+146=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #117892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117892 is #EE876D. Grayscale: #5B5B5B. Windows color (decimal): -15632238 or 9598993. OLE color: 9598993.
HSL color Cylindrical-coordinate representation of color #117892: hue angle of 192.09º 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 #117892 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 120 | 146 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.43 |
| HSL | 192.09º | 0.79% | 0.32% | - |
| HSV(B) | 192.09º | 0.88% | 0.57% | - |
| XYZ | 12.14 | 15.63 | 29.57 | - |
| YUV | 92.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 146 | 0.88 | 0.18 | 0 | 0.43 | 192.09 | 0.79 | 0.32 |
| Hex | 11 | 78 | 92 | 58 | 12 | 0 | 2B | C0 | 4F | 20 |
| Octal | 21 | 170 | 222 | 130 | 22 | 0 | 53 | 300 | 117 | 40 |
| Binary | 10001 | 1111000 | 10010010 | 1011000 | 10010 | 0 | 101011 | 11000000 | 1001111 | 100000 |
Color Harmonies of #117892
Complementary color
Monochromatic Colors of #117892
Black with #117892
Text Example
Text Example
White with #117892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117892; }
p { color: rgb(17,120,146); }
H1.HeaderClassName
{
color: #117892;
}
.AnyTagClassName
{
color: #117892;
}
</style>
background-color css
<style>
a { background-color: #117892; }
a { background-color: rgb(17,120,146); }
div.DivClassName
{
background-color: #117892;
}
.BgClassName
{
background-color: #117892;
}
</style>
border-color css
<style>
span { border-color: #117892; }
span { border-color: rgb(17,120,146); }
td.TdClassName
{
border-color: #117892;
}
.TagClassName
{
border-color: #117892;
}
</style>