#117D94

Color #117D94 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #117D94

Tints of Eastern Blue #117D94

Color information

#117D94 (or 0x117D94) is unknown color: approx Eastern Blue. HEX triplet: 11, 7D and 94. RGB value is (17,125,148). Sum of RGB (Red+Green+Blue) = 17+125+148=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #117D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D94 is #EE826B. Grayscale: #5F5F5F. Windows color (decimal): -15630956 or 9731345. OLE color: 9731345.

HSL color Cylindrical-coordinate representation of color #117D94: hue angle of 190.53º 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 #117D94 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17125148-
CMYK0.890.1600.42
HSL190.53º79.39%32.35%-
HSV(B)190.53º88.51%58.04%-
XYZ12.9116.9230.6-
YUV95.33157.7272.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.86%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=5.86%
G=43.10%
B=51.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171251480.890.1600.42190.5379.3932.35
Hex117D94591002Abf4f20
Octal211752241312005227711740
Binary100011111101100101001011001100000101010101111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117D94; }

 p { color: rgb(17,125,148); }

 H1.HeaderClassName
 {
   color: #117D94;
 }
 .AnyTagClassName
 {
   color: #117D94;
 }
</style>
background-color css

<style>
 a { background-color: #117D94; }

 a { background-color: rgb(17,125,148); }

 div.DivClassName
 {
   background-color: #117D94;
 }
 .BgClassName
 {
   background-color: #117D94;
 }
</style>
border-color css

<style>
 span { border-color: #117D94; }

 span { border-color: rgb(17,125,148); }

 td.TdClassName
 {
   border-color: #117D94;
 }
 .TagClassName
 {
   border-color: #117D94;
 }
</style>