Html Css Color HEX #11859E Eastern Blue

📋 copy color: '#11859E'

red 17 ◦ green 133 ◦ blue 158

#11859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #11859E

Tints of Eastern Blue #11859E

RGB

 RED value IS 17 (7.03% from 255) = 5.52%

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 5.52%
G = 43.18%
B = 51.3%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11859E (or 0x11859E) is known color: Eastern Blue. HEX triplet: 11, 85 and 9E. RGB value is (17,133,158). Sum of RGB (Red+Green+Blue) = 17+133+158=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #11859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11859E is #EE7A61. Grayscale: #646464. Windows color (decimal): -15628898 or 10388753. OLE color: 10388753.

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

Color convert

RGB 17 133 158 -
CMYK 0.89 0.16 0 0.38
HSL 190.64º 0.81% 0.34% -
HSV(B) 190.64º 0.89% 0.62% -
XYZ 14.79 19.36 35.31 -
YUV 101.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 17 133 158 0.89 0.16 0 0.38 190.64 0.81 0.34
Hex 11 85 9E 59 10 0 26 BF 51 22
Octal 21 205 236 131 20 0 46 277 121 42
Binary 10001 10000101 10011110 1011001 10000 0 100110 10111111 1010001 100010

Color Harmonies of #11859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11859E

Black with #11859E

Text Example


Text Example

White with #11859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11859E;
 }
 .AnyTagClassName
 {
   color: #11859E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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