Html Css Color HEX #1E359C Egyptian Blue

📋 copy color: '#1E359C'

red 30 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #1E359C

Tints of Egyptian Blue #1E359C

RGB

 RED value IS 30 (12.11% from 255) = 12.55%

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 12.55%
G = 22.18%
B = 65.27%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E359C (or 0x1E359C) is known color: Egyptian Blue. HEX triplet: 1E, 35 and 9C. RGB value is (30,53,156). Sum of RGB (Red+Green+Blue) = 30+53+156=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E359C is #E1CA63. Grayscale: #393939. Windows color (decimal): -14797412 or 10237214. OLE color: 10237214.

HSL color Cylindrical-coordinate representation of color #1E359C: hue angle of 229.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E359C is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 53 156 -
CMYK 0.81 0.66 0 0.39
HSL 229.05º 0.68% 0.36% -
HSV(B) 229.05º 0.81% 0.61% -
XYZ 7.81 5.22 32.05 -
YUV 57.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 30 53 156 0.81 0.66 0 0.39 229.05 0.68 0.36
Hex 1E 35 9C 51 42 0 27 E5 44 24
Octal 36 65 234 121 102 0 47 345 104 44
Binary 11110 110101 10011100 1010001 1000010 0 100111 11100101 1000100 100100

Color Harmonies of #1E359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E359C

Black with #1E359C

Text Example


Text Example

White with #1E359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E359C; }

 p { color: rgb(30,53,156); }

 H1.HeaderClassName
 {
   color: #1E359C;
 }
 .AnyTagClassName
 {
   color: #1E359C;
 }
</style>

background-color css

<style>
 a { background-color: #1E359C; }

 a { background-color: rgb(30,53,156); }

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

border-color css

<style>
 span { border-color: #1E359C; }

 span { border-color: rgb(30,53,156); }

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