#1E1CAC

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

Shades of Egyptian Blue #1E1CAC

Tints of Egyptian Blue #1E1CAC

Color information

#1E1CAC (or 0x1E1CAC) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 1C and AC. RGB value is (30,28,172). Sum of RGB (Red+Green+Blue) = 30+28+172=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1CAC is #E1E353. Grayscale: #2C2C2C. Windows color (decimal): -14803796 or 11279390. OLE color: 11279390.

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

Color convert

RGB3028172-
CMYK0.830.8400.33
HSL240.83º72%39.22%-
HSV(B)240.83º83.72%67.45%-
XYZ8.44.0939.38-
YUV45.01199.66117.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 172 (67.58% from 255) = 74.78%
R=13.04%
G=12.17%
B=74.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30281720.830.8400.33240.837239.22
Hex1E1CAC5354021f14827
Octal363425412312404136111047
Binary111101110010101100101001110101000100001111100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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