Html Css Color HEX #11409C Egyptian Blue

📋 copy color: '#11409C'

red 17 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #11409C

Tints of Egyptian Blue #11409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.82%

R = 7.17%
G = 27%
B = 65.82%

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

#11409C (or 0x11409C) is known color: Egyptian Blue. HEX triplet: 11, 40 and 9C. RGB value is (17,64,156). Sum of RGB (Red+Green+Blue) = 17+64+156=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #11409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11409C is #EEBF63. Grayscale: #3C3C3C. Windows color (decimal): -15646564 or 10240017. OLE color: 10240017.

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

Color convert

RGB 17 64 156 -
CMYK 0.89 0.59 0 0.39
HSL 219.71º 0.8% 0.34% -
HSV(B) 219.71º 0.89% 0.61% -
XYZ 8.07 6.19 32.22 -
YUV 60.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 17 64 156 0.89 0.59 0 0.39 219.71 0.8 0.34
Hex 11 40 9C 59 3B 0 27 DC 50 22
Octal 21 100 234 131 73 0 47 334 120 42
Binary 10001 1000000 10011100 1011001 111011 0 100111 11011100 1010000 100010

Color Harmonies of #11409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11409C

Black with #11409C

Text Example


Text Example

White with #11409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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