Html Css Color HEX #11289F Egyptian Blue

📋 copy color: '#11289F'

red 17 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #11289F

Tints of Egyptian Blue #11289F

RGB

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

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

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

R = 7.87%
G = 18.52%
B = 73.61%

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

#11289F (or 0x11289F) is known color: Egyptian Blue. HEX triplet: 11, 28 and 9F. RGB value is (17,40,159). Sum of RGB (Red+Green+Blue) = 17+40+159=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #11289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11289F is #EED760. Grayscale: #2E2E2E. Windows color (decimal): -15652705 or 10430481. OLE color: 10430481.

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

Color convert

RGB 17 40 159 -
CMYK 0.89 0.75 0 0.38
HSL 230.28º 0.81% 0.35% -
HSV(B) 230.28º 0.89% 0.62% -
XYZ 7.25 4.14 33.22 -
YUV 46.69 191.38 106.82 -
System Red Green Blue C M Y K H S L
Decimal 17 40 159 0.89 0.75 0 0.38 230.28 0.81 0.35
Hex 11 28 9F 59 4B 0 26 E6 51 23
Octal 21 50 237 131 113 0 46 346 121 43
Binary 10001 101000 10011111 1011001 1001011 0 100110 11100110 1010001 100011

Color Harmonies of #11289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11289F

Black with #11289F

Text Example


Text Example

White with #11289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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