#11889E

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

Shades of Eastern Blue #11889E

Tints of Eastern Blue #11889E

Color information

#11889E (or 0x11889E) is unknown color: approx Eastern Blue. HEX triplet: 11, 88 and 9E. RGB value is (17,136,158). Sum of RGB (Red+Green+Blue) = 17+136+158=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #11889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11889E is #EE7761. Grayscale: #666666. Windows color (decimal): -15628130 or 10389521. OLE color: 10389521.

HSL color Cylindrical-coordinate representation of color #11889E: hue angle of 189.36º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11889E is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17136158-
CMYK0.890.1400.38
HSL189.36º80.57%34.31%-
HSV(B)189.36º89.24%61.96%-
XYZ15.2120.235.44-
YUV102.93159.0866.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=5.47%
G=43.73%
B=50.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171361580.890.1400.38189.3680.5734.31
Hex11889E59E026bd5122
Octal212102361311604627512142
Binary100011000100010011110101100111100100110101111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11889E; }

 p { color: rgb(17,136,158); }

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

<style>
 a { background-color: #11889E; }

 a { background-color: rgb(17,136,158); }

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

<style>
 span { border-color: #11889E; }

 span { border-color: rgb(17,136,158); }

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