Html Css Color HEX #1E3D9C Egyptian Blue

📋 copy color: '#1E3D9C'

red 30 ◦ green 61 ◦ blue 156

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

Shades of Egyptian Blue #1E3D9C

Tints of Egyptian Blue #1E3D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

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

R = 12.15%
G = 24.7%
B = 63.16%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E3D9C (or 0x1E3D9C) is known color: Egyptian Blue. HEX triplet: 1E, 3D and 9C. RGB value is (30,61,156). Sum of RGB (Red+Green+Blue) = 30+61+156=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E3D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3D9C is #E1C263. Grayscale: #3E3E3E. Windows color (decimal): -14795364 or 10239262. OLE color: 10239262.

HSL color Cylindrical-coordinate representation of color #1E3D9C: hue angle of 225.24º 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 #1E3D9C is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 61 156 -
CMYK 0.81 0.61 0 0.39
HSL 225.24º 0.68% 0.36% -
HSV(B) 225.24º 0.81% 0.61% -
XYZ 8.2 6.01 32.18 -
YUV 62.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 30 61 156 0.81 0.61 0 0.39 225.24 0.68 0.36
Hex 1E 3D 9C 51 3D 0 27 E1 44 24
Octal 36 75 234 121 75 0 47 341 104 44
Binary 11110 111101 10011100 1010001 111101 0 100111 11100001 1000100 100100

Color Harmonies of #1E3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D9C

Black with #1E3D9C

Text Example


Text Example

White with #1E3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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