Html Css Color HEX #11289E Egyptian Blue

📋 copy color: '#11289E'

red 17 ◦ green 40 ◦ blue 158

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

Shades of Egyptian Blue #11289E

Tints of Egyptian Blue #11289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 7.91%
G = 18.6%
B = 73.49%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11289E (or 0x11289E) is known color: Egyptian Blue. HEX triplet: 11, 28 and 9E. RGB value is (17,40,158). Sum of RGB (Red+Green+Blue) = 17+40+158=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #11289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11289E is #EED761. Grayscale: #2E2E2E. Windows color (decimal): -15652706 or 10364945. OLE color: 10364945.

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

Color convert

RGB 17 40 158 -
CMYK 0.89 0.75 0 0.38
HSL 230.21º 0.81% 0.34% -
HSV(B) 230.21º 0.89% 0.62% -
XYZ 7.16 4.11 32.76 -
YUV 46.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 17 40 158 0.89 0.75 0 0.38 230.21 0.81 0.34
Hex 11 28 9E 59 4B 0 26 E6 51 22
Octal 21 50 236 131 113 0 46 346 121 42
Binary 10001 101000 10011110 1011001 1001011 0 100110 11100110 1010001 100010

Color Harmonies of #11289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11289E

Black with #11289E

Text Example


Text Example

White with #11289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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