#1A4392

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

Shades of Egyptian Blue #1A4392

Tints of Egyptian Blue #1A4392

Color information

#1A4392 (or 0x1A4392) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 43 and 92. RGB value is (26,67,146). Sum of RGB (Red+Green+Blue) = 26+67+146=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A4392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4392 is #E5BC6D. Grayscale: #3F3F3F. Windows color (decimal): -15055982 or 9585434. OLE color: 9585434.

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

Color convert

RGB2667146-
CMYK0.820.5400.43
HSL219.5º69.77%33.73%-
HSV(B)219.5º82.19%57.25%-
XYZ7.626.3128.01-
YUV63.75174.42101.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 146 (57.42% from 255) = 61.09%
R=10.88%
G=28.03%
B=61.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26671460.820.5400.43219.569.7733.73
Hex1A4392523602Bdc4622
Octal321032221226605333410642
Binary1101010000111001001010100101101100101011110111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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