#1A4492

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

Shades of Egyptian Blue #1A4492

Tints of Egyptian Blue #1A4492

Color information

#1A4492 (or 0x1A4492) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 44 and 92. RGB value is (26,68,146). Sum of RGB (Red+Green+Blue) = 26+68+146=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4492 is #E5BB6D. Grayscale: #3F3F3F. Windows color (decimal): -15055726 or 9585690. OLE color: 9585690.

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

Color convert

RGB2668146-
CMYK0.820.5300.43
HSL219º69.77%33.73%-
HSV(B)219º82.19%57.25%-
XYZ7.686.4328.03-
YUV64.33174.09100.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=10.83%
G=28.33%
B=60.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26681460.820.5300.4321969.7733.73
Hex1A4492523502Bdb4622
Octal321042221226505333310642
Binary1101010001001001001010100101101010101011110110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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