#1A4393

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

Shades of Egyptian Blue #1A4393

Tints of Egyptian Blue #1A4393

Color information

#1A4393 (or 0x1A4393) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 43 and 93. RGB value is (26,67,147). Sum of RGB (Red+Green+Blue) = 26+67+147=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A4393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4393 is #E5BC6C. Grayscale: #3F3F3F. Windows color (decimal): -15055981 or 9650970. OLE color: 9650970.

HSL color Cylindrical-coordinate representation of color #1A4393: hue angle of 219.67º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A4393 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2667147-
CMYK0.820.5400.42
HSL219.67º69.94%33.92%-
HSV(B)219.67º82.31%57.65%-
XYZ7.76.3428.42-
YUV63.86174.92101-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=10.83%
G=27.92%
B=61.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26671470.820.5400.42219.6769.9433.92
Hex1A4393523602Adc4622
Octal321032231226605233410642
Binary1101010000111001001110100101101100101010110111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,147); }

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

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

 a { background-color: rgb(26,67,147); }

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

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

 span { border-color: rgb(26,67,147); }

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