Html Css Color HEX #11809F Eastern Blue

📋 copy color: '#11809F'

red 17 ◦ green 128 ◦ blue 159

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

Shades of Eastern Blue #11809F

Tints of Eastern Blue #11809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 5.59%
G = 42.11%
B = 52.3%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11809F (or 0x11809F) is known color: Eastern Blue. HEX triplet: 11, 80 and 9F. RGB value is (17,128,159). Sum of RGB (Red+Green+Blue) = 17+128+159=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #11809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11809F is #EE7F60. Grayscale: #626262. Windows color (decimal): -15630177 or 10453009. OLE color: 10453009.

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

Color convert

RGB 17 128 159 -
CMYK 0.89 0.19 0 0.38
HSL 193.1º 0.81% 0.35% -
HSV(B) 193.1º 0.89% 0.62% -
XYZ 14.21 18.06 35.54 -
YUV 98.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 17 128 159 0.89 0.19 0 0.38 193.1 0.81 0.35
Hex 11 80 9F 59 13 0 26 C1 51 23
Octal 21 200 237 131 23 0 46 301 121 43
Binary 10001 10000000 10011111 1011001 10011 0 100110 11000001 1010001 100011

Color Harmonies of #11809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11809F

Black with #11809F

Text Example


Text Example

White with #11809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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