Html Css Color HEX #11329F Egyptian Blue

📋 copy color: '#11329F'

red 17 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #11329F

Tints of Egyptian Blue #11329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 7.52%
G = 22.12%
B = 70.35%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11329F (or 0x11329F) is known color: Egyptian Blue. HEX triplet: 11, 32 and 9F. RGB value is (17,50,159). Sum of RGB (Red+Green+Blue) = 17+50+159=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #11329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11329F is #EECD60. Grayscale: #343434. Windows color (decimal): -15650145 or 10433041. OLE color: 10433041.

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

Color convert

RGB 17 50 159 -
CMYK 0.89 0.69 0 0.38
HSL 226.06º 0.81% 0.35% -
HSV(B) 226.06º 0.89% 0.62% -
XYZ 7.63 4.9 33.35 -
YUV 52.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 17 50 159 0.89 0.69 0 0.38 226.06 0.81 0.35
Hex 11 32 9F 59 45 0 26 E2 51 23
Octal 21 62 237 131 105 0 46 342 121 43
Binary 10001 110010 10011111 1011001 1000101 0 100110 11100010 1010001 100011

Color Harmonies of #11329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11329F

Black with #11329F

Text Example


Text Example

White with #11329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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