Html Css Color HEX #11409F Egyptian Blue

📋 copy color: '#11409F'

red 17 ◦ green 64 ◦ blue 159

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

Shades of Egyptian Blue #11409F

Tints of Egyptian Blue #11409F

RGB

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

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

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

R = 7.08%
G = 26.67%
B = 66.25%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11409F (or 0x11409F) is known color: Egyptian Blue. HEX triplet: 11, 40 and 9F. RGB value is (17,64,159). Sum of RGB (Red+Green+Blue) = 17+64+159=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #11409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11409F is #EEBF60. Grayscale: #3C3C3C. Windows color (decimal): -15646561 or 10436625. OLE color: 10436625.

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

Color convert

RGB 17 64 159 -
CMYK 0.89 0.60 0 0.38
HSL 220.14º 0.81% 0.35% -
HSV(B) 220.14º 0.89% 0.62% -
XYZ 8.32 6.29 33.58 -
YUV 60.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 17 64 159 0.89 0.60 0 0.38 220.14 0.81 0.35
Hex 11 40 9F 59 3C 0 26 DC 51 23
Octal 21 100 237 131 74 0 46 334 121 43
Binary 10001 1000000 10011111 1011001 111100 0 100110 11011100 1010001 100011

Color Harmonies of #11409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11409F

Black with #11409F

Text Example


Text Example

White with #11409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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