Html Css Color HEX #11839F Eastern Blue

📋 copy color: '#11839F'

red 17 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #11839F

Tints of Eastern Blue #11839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

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

R = 5.54%
G = 42.67%
B = 51.79%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11839F (or 0x11839F) is known color: Eastern Blue. HEX triplet: 11, 83 and 9F. RGB value is (17,131,159). Sum of RGB (Red+Green+Blue) = 17+131+159=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #11839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11839F is #EE7C60. Grayscale: #636363. Windows color (decimal): -15629409 or 10453777. OLE color: 10453777.

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

Color convert

RGB 17 131 159 -
CMYK 0.89 0.18 0 0.38
HSL 191.83º 0.81% 0.35% -
HSV(B) 191.83º 0.89% 0.62% -
XYZ 14.61 18.85 35.67 -
YUV 100.11 161.23 68.72 -
System Red Green Blue C M Y K H S L
Decimal 17 131 159 0.89 0.18 0 0.38 191.83 0.81 0.35
Hex 11 83 9F 59 12 0 26 C0 51 23
Octal 21 203 237 131 22 0 46 300 121 43
Binary 10001 10000011 10011111 1011001 10010 0 100110 11000000 1010001 100011

Color Harmonies of #11839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11839F

Black with #11839F

Text Example


Text Example

White with #11839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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