#1E2AAC

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

Shades of Egyptian Blue #1E2AAC

Tints of Egyptian Blue #1E2AAC

Color information

#1E2AAC (or 0x1E2AAC) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2A and AC. RGB value is (30,42,172). Sum of RGB (Red+Green+Blue) = 30+42+172=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E2AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2AAC is #E1D553. Grayscale: #343434. Windows color (decimal): -14800212 or 11282974. OLE color: 11282974.

HSL color Cylindrical-coordinate representation of color #1E2AAC: hue angle of 234.93º 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 #1E2AAC is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3042172-
CMYK0.830.7600.33
HSL234.93º70.3%39.61%-
HSV(B)234.93º82.56%67.45%-
XYZ8.814.9139.51-
YUV53.23195.02111.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 172 (67.58% from 255) = 70.49%
R=12.30%
G=17.21%
B=70.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30421720.830.7600.33234.9370.339.61
Hex1E2AAC534C021eb4628
Octal365225412311404135310650
Binary1111010101010101100101001110011000100001111010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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