Html Css Color HEX #11829E Eastern Blue

📋 copy color: '#11829E'

red 17 ◦ green 130 ◦ blue 158

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

Shades of Eastern Blue #11829E

Tints of Eastern Blue #11829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 5.57%
G = 42.62%
B = 51.8%

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

#11829E (or 0x11829E) is known color: Eastern Blue. HEX triplet: 11, 82 and 9E. RGB value is (17,130,158). Sum of RGB (Red+Green+Blue) = 17+130+158=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #11829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11829E is #EE7D61. Grayscale: #636363. Windows color (decimal): -15629666 or 10387985. OLE color: 10387985.

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

Color convert

RGB 17 130 158 -
CMYK 0.89 0.18 0 0.38
HSL 191.91º 0.81% 0.34% -
HSV(B) 191.91º 0.89% 0.62% -
XYZ 14.39 18.55 35.17 -
YUV 99.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 17 130 158 0.89 0.18 0 0.38 191.91 0.81 0.34
Hex 11 82 9E 59 12 0 26 C0 51 22
Octal 21 202 236 131 22 0 46 300 121 42
Binary 10001 10000010 10011110 1011001 10010 0 100110 11000000 1010001 100010

Color Harmonies of #11829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11829E

Black with #11829E

Text Example


Text Example

White with #11829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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