Html Css Color HEX #1E3C8C Egyptian Blue

📋 copy color: '#1E3C8C'

red 30 ◦ green 60 ◦ blue 140

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

Shades of Egyptian Blue #1E3C8C

Tints of Egyptian Blue #1E3C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 13.04%
G = 26.09%
B = 60.87%

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

#1E3C8C (or 0x1E3C8C) is known color: Egyptian Blue. HEX triplet: 1E, 3C and 8C. RGB value is (30,60,140). Sum of RGB (Red+Green+Blue) = 30+60+140=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E3C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3C8C is #E1C373. Grayscale: #3B3B3B. Windows color (decimal): -14795636 or 9190430. OLE color: 9190430.

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

Color convert

RGB 30 60 140 -
CMYK 0.79 0.57 0 0.45
HSL 223.64º 0.65% 0.33% -
HSV(B) 223.64º 0.79% 0.55% -
XYZ 6.88 5.4 25.49 -
YUV 60.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 30 60 140 0.79 0.57 0 0.45 223.64 0.65 0.33
Hex 1E 3C 8C 4F 39 0 2D E0 41 21
Octal 36 74 214 117 71 0 55 340 101 41
Binary 11110 111100 10001100 1001111 111001 0 101101 11100000 1000001 100001

Color Harmonies of #1E3C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3C8C

Black with #1E3C8C

Text Example


Text Example

White with #1E3C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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