Html Css Color HEX #1E3C8D Egyptian Blue

📋 copy color: '#1E3C8D'

red 30 ◦ green 60 ◦ blue 141

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

Shades of Egyptian Blue #1E3C8D

Tints of Egyptian Blue #1E3C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 12.99%
G = 25.97%
B = 61.04%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E3C8D (or 0x1E3C8D) is known color: Egyptian Blue. HEX triplet: 1E, 3C and 8D. RGB value is (30,60,141). Sum of RGB (Red+Green+Blue) = 30+60+141=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E3C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3C8D is #E1C372. Grayscale: #3B3B3B. Windows color (decimal): -14795635 or 9255966. OLE color: 9255966.

HSL color Cylindrical-coordinate representation of color #1E3C8D: hue angle of 223.78º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E3C8D is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 60 141 -
CMYK 0.79 0.57 0 0.45
HSL 223.78º 0.65% 0.34% -
HSV(B) 223.78º 0.79% 0.55% -
XYZ 6.96 5.43 25.88 -
YUV 60.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 30 60 141 0.79 0.57 0 0.45 223.78 0.65 0.34
Hex 1E 3C 8D 4F 39 0 2D E0 41 22
Octal 36 74 215 117 71 0 55 340 101 42
Binary 11110 111100 10001101 1001111 111001 0 101101 11100000 1000001 100010

Color Harmonies of #1E3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3C8D

Black with #1E3C8D

Text Example


Text Example

White with #1E3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,60,141); }

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

background-color css

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

 a { background-color: rgb(30,60,141); }

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

border-color css

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

 span { border-color: rgb(30,60,141); }

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