#11909C

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

Shades of Eastern Blue #11909C

Tints of Eastern Blue #11909C

Color information

#11909C (or 0x11909C) is unknown color: approx Eastern Blue. HEX triplet: 11, 90 and 9C. RGB value is (17,144,156). Sum of RGB (Red+Green+Blue) = 17+144+156=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #11909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11909C is #EE6F63. Grayscale: #6B6B6B. Windows color (decimal): -15626084 or 10260497. OLE color: 10260497.

HSL color Cylindrical-coordinate representation of color #11909C: hue angle of 185.18º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11909C is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB17144156-
CMYK0.890.0800.39
HSL185.18º80.35%33.92%-
HSV(B)185.18º89.1%61.18%-
XYZ16.2122.4734.93-
YUV107.39155.4263.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.36%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=5.36%
G=45.43%
B=49.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal171441560.890.0800.39185.1880.3533.92
Hex11909C598027b95022
Octal212202341311004727112042
Binary100011001000010011100101100110000100111101110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11909C; }

 p { color: rgb(17,144,156); }

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

<style>
 a { background-color: #11909C; }

 a { background-color: rgb(17,144,156); }

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

<style>
 span { border-color: #11909C; }

 span { border-color: rgb(17,144,156); }

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