Html Css Color HEX #11899F Eastern Blue

📋 copy color: '#11899F'

red 17 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #11899F

Tints of Eastern Blue #11899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 5.43%
G = 43.77%
B = 50.8%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11899F (or 0x11899F) is known color: Eastern Blue. HEX triplet: 11, 89 and 9F. RGB value is (17,137,159). Sum of RGB (Red+Green+Blue) = 17+137+159=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #11899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11899F is #EE7660. Grayscale: #676767. Windows color (decimal): -15627873 or 10455313. OLE color: 10455313.

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

Color convert

RGB 17 137 159 -
CMYK 0.89 0.14 0 0.38
HSL 189.3º 0.81% 0.35% -
HSV(B) 189.3º 0.89% 0.62% -
XYZ 15.43 20.51 35.95 -
YUV 103.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 17 137 159 0.89 0.14 0 0.38 189.3 0.81 0.35
Hex 11 89 9F 59 E 0 26 BD 51 23
Octal 21 211 237 131 16 0 46 275 121 43
Binary 10001 10001001 10011111 1011001 1110 0 100110 10111101 1010001 100011

Color Harmonies of #11899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11899F

Black with #11899F

Text Example


Text Example

White with #11899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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