Html Css Color HEX #11879F Eastern Blue

📋 copy color: '#11879F'

red 17 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #11879F

Tints of Eastern Blue #11879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 5.47%
G = 43.41%
B = 51.13%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11879F (or 0x11879F) is known color: Eastern Blue. HEX triplet: 11, 87 and 9F. RGB value is (17,135,159). Sum of RGB (Red+Green+Blue) = 17+135+159=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #11879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11879F is #EE7860. Grayscale: #666666. Windows color (decimal): -15628385 or 10454801. OLE color: 10454801.

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

Color convert

RGB 17 135 159 -
CMYK 0.89 0.15 0 0.38
HSL 190.14º 0.81% 0.35% -
HSV(B) 190.14º 0.89% 0.62% -
XYZ 15.15 19.95 35.85 -
YUV 102.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 17 135 159 0.89 0.15 0 0.38 190.14 0.81 0.35
Hex 11 87 9F 59 F 0 26 BE 51 23
Octal 21 207 237 131 17 0 46 276 121 43
Binary 10001 10000111 10011111 1011001 1111 0 100110 10111110 1010001 100011

Color Harmonies of #11879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11879F

Black with #11879F

Text Example


Text Example

White with #11879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11879F;
 }
 .AnyTagClassName
 {
   color: #11879F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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