#11869F

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

Shades of Eastern Blue #11869F

Tints of Eastern Blue #11869F

Color information

#11869F (or 0x11869F) is unknown color: approx Eastern Blue. HEX triplet: 11, 86 and 9F. RGB value is (17,134,159). Sum of RGB (Red+Green+Blue) = 17+134+159=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #11869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11869F is #EE7960. Grayscale: #656565. Windows color (decimal): -15628641 or 10454545. OLE color: 10454545.

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

Color convert

RGB17134159-
CMYK0.890.1600.38
HSL190.56º80.68%34.51%-
HSV(B)190.56º89.31%62.35%-
XYZ15.0119.6735.81-
YUV101.87160.2467.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.48%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=5.48%
G=43.23%
B=51.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171341590.890.1600.38190.5680.6834.51
Hex11869F5910026bf5123
Octal212062371312004627712143
Binary1000110000110100111111011001100000100110101111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11869F; }

 p { color: rgb(17,134,159); }

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

<style>
 a { background-color: #11869F; }

 a { background-color: rgb(17,134,159); }

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

<style>
 span { border-color: #11869F; }

 span { border-color: rgb(17,134,159); }

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