#1A2493

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

Shades of Egyptian Blue #1A2493

Tints of Egyptian Blue #1A2493

Color information

#1A2493 (or 0x1A2493) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 24 and 93. RGB value is (26,36,147). Sum of RGB (Red+Green+Blue) = 26+36+147=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2493 is #E5DB6C. Grayscale: #2D2D2D. Windows color (decimal): -15063917 or 9643034. OLE color: 9643034.

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

Color convert

RGB2636147-
CMYK0.820.7600.42
HSL235.04º69.94%33.92%-
HSV(B)235.04º82.31%57.65%-
XYZ6.323.5927.96-
YUV45.66185.19113.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=12.44%
G=17.22%
B=70.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26361470.820.7600.42235.0469.9433.92
Hex1A2493524C02Aeb4622
Octal324422312211405235310642
Binary1101010010010010011101001010011000101010111010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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