Html Css Color HEX #1E439D Egyptian Blue

📋 copy color: '#1E439D'

red 30 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #1E439D

Tints of Egyptian Blue #1E439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 11.81%
G = 26.38%
B = 61.81%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E439D (or 0x1E439D) is known color: Egyptian Blue. HEX triplet: 1E, 43 and 9D. RGB value is (30,67,157). Sum of RGB (Red+Green+Blue) = 30+67+157=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E439D is #E1BC62. Grayscale: #414141. Windows color (decimal): -14793827 or 10306334. OLE color: 10306334.

HSL color Cylindrical-coordinate representation of color #1E439D: hue angle of 222.52º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E439D is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 67 157 -
CMYK 0.81 0.57 0 0.38
HSL 222.52º 0.68% 0.37% -
HSV(B) 222.52º 0.81% 0.62% -
XYZ 8.63 6.72 32.74 -
YUV 66.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 30 67 157 0.81 0.57 0 0.38 222.52 0.68 0.37
Hex 1E 43 9D 51 39 0 26 DF 44 25
Octal 36 103 235 121 71 0 46 337 104 45
Binary 11110 1000011 10011101 1010001 111001 0 100110 11011111 1000100 100101

Color Harmonies of #1E439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E439D

Black with #1E439D

Text Example


Text Example

White with #1E439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,67,157); }

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

background-color css

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

 a { background-color: rgb(30,67,157); }

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

border-color css

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

 span { border-color: rgb(30,67,157); }

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