#11859B

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

Shades of Eastern Blue #11859B

Tints of Eastern Blue #11859B

Color information

#11859B (or 0x11859B) is unknown color: approx Eastern Blue. HEX triplet: 11, 85 and 9B. RGB value is (17,133,155). Sum of RGB (Red+Green+Blue) = 17+133+155=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #11859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11859B is #EE7A64. Grayscale: #646464. Windows color (decimal): -15628901 or 10192145. OLE color: 10192145.

HSL color Cylindrical-coordinate representation of color #11859B: hue angle of 189.57º 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 #11859B is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB17133155-
CMYK0.890.1400.39
HSL189.57º80.23%33.73%-
HSV(B)189.57º89.03%60.78%-
XYZ14.5419.2633.96-
YUV100.82158.5768.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=5.57%
G=43.61%
B=50.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal171331550.890.1400.39189.5780.2333.73
Hex11859B59E027be5022
Octal212052331311604727612042
Binary100011000010110011011101100111100100111101111101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11859B; }

 p { color: rgb(17,133,155); }

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

<style>
 a { background-color: #11859B; }

 a { background-color: rgb(17,133,155); }

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

<style>
 span { border-color: #11859B; }

 span { border-color: rgb(17,133,155); }

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