Html Css Color HEX #1E2EAC Egyptian Blue

📋 copy color: '#1E2EAC'

red 30 ◦ green 46 ◦ blue 172

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

Shades of Egyptian Blue #1E2EAC

Tints of Egyptian Blue #1E2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 12.1%
G = 18.55%
B = 69.35%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E2EAC (or 0x1E2EAC) is known color: Egyptian Blue. HEX triplet: 1E, 2E and AC. RGB value is (30,46,172). Sum of RGB (Red+Green+Blue) = 30+46+172=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E2EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2EAC is #E1D153. Grayscale: #373737. Windows color (decimal): -14799188 or 11283998. OLE color: 11283998.

HSL color Cylindrical-coordinate representation of color #1E2EAC: hue angle of 233.24º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E2EAC is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 46 172 -
CMYK 0.83 0.73 0 0.33
HSL 233.24º 0.7% 0.4% -
HSV(B) 233.24º 0.83% 0.67% -
XYZ 8.96 5.21 39.56 -
YUV 55.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 30 46 172 0.83 0.73 0 0.33 233.24 0.7 0.4
Hex 1E 2E AC 53 49 0 21 E9 46 28
Octal 36 56 254 123 111 0 41 351 106 50
Binary 11110 101110 10101100 1010011 1001001 0 100001 11101001 1000110 101000

Color Harmonies of #1E2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2EAC

Black with #1E2EAC

Text Example


Text Example

White with #1E2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,46,172); }

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

background-color css

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

 a { background-color: rgb(30,46,172); }

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

border-color css

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

 span { border-color: rgb(30,46,172); }

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