Html Css Color HEX #11409B Egyptian Blue

📋 copy color: '#11409B'

red 17 ◦ green 64 ◦ blue 155

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

Shades of Egyptian Blue #11409B

Tints of Egyptian Blue #11409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 7.2%
G = 27.12%
B = 65.68%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11409B (or 0x11409B) is known color: Egyptian Blue. HEX triplet: 11, 40 and 9B. RGB value is (17,64,155). Sum of RGB (Red+Green+Blue) = 17+64+155=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #11409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11409B is #EEBF64. Grayscale: #3B3B3B. Windows color (decimal): -15646565 or 10174481. OLE color: 10174481.

HSL color Cylindrical-coordinate representation of color #11409B: hue angle of 219.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11409B is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 64 155 -
CMYK 0.89 0.59 0 0.39
HSL 219.57º 0.8% 0.34% -
HSV(B) 219.57º 0.89% 0.61% -
XYZ 7.98 6.15 31.78 -
YUV 60.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 17 64 155 0.89 0.59 0 0.39 219.57 0.8 0.34
Hex 11 40 9B 59 3B 0 27 DC 50 22
Octal 21 100 233 131 73 0 47 334 120 42
Binary 10001 1000000 10011011 1011001 111011 0 100111 11011100 1010000 100010

Color Harmonies of #11409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11409B

Black with #11409B

Text Example


Text Example

White with #11409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11409B; }

 p { color: rgb(17,64,155); }

 H1.HeaderClassName
 {
   color: #11409B;
 }
 .AnyTagClassName
 {
   color: #11409B;
 }
</style>

background-color css

<style>
 a { background-color: #11409B; }

 a { background-color: rgb(17,64,155); }

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

border-color css

<style>
 span { border-color: #11409B; }

 span { border-color: rgb(17,64,155); }

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