#1E2EAB

Color #1E2EAB Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1E2EAB

Tints of Egyptian Blue #1E2EAB

Color information

#1E2EAB (or 0x1E2EAB) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2E and AB. RGB value is (30,46,171). Sum of RGB (Red+Green+Blue) = 30+46+171=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2EAB is #E1D154. Grayscale: #363636. Windows color (decimal): -14799189 or 11218462. OLE color: 11218462.

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

Color convert

RGB3046171-
CMYK0.820.7300.33
HSL233.19º70.15%39.41%-
HSV(B)233.19º82.46%67.06%-
XYZ8.865.1739.06-
YUV55.47193.2109.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=12.15%
G=18.62%
B=69.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30461710.820.7300.33233.1970.1539.41
Hex1E2EAB5249021e94627
Octal365625312211104135110647
Binary1111010111010101011101001010010010100001111010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E2EAB;
 }
 .AnyTagClassName
 {
   color: #1E2EAB;
 }
</style>
background-color css

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

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

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

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

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

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