#1a299e

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

Shades of Egyptian Blue #1A299E

Tints of Egyptian Blue #1A299E

Color information

#1A299E (or 0x1A299E) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 29 and 9E. RGB value is (26,41,158). Sum of RGB (Red+Green+Blue) = 26+41+158=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A299E is #E5D661. Grayscale: #313131. Windows color (decimal): -15062626 or 10365210. OLE color: 10365210.

HSL color Cylindrical-coordinate representation of color #1A299E: hue angle of 233.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A299E is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2641158-
CMYK0.840.7400.38
HSL233.18º71.74%36.08%-
HSV(B)233.18º83.54%61.96%-
XYZ7.394.2732.78-
YUV49.85189.03110.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=11.56%
G=18.22%
B=70.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26411580.840.7400.38233.1871.7436.08
Hex1A299E544A026e94824
Octal325123612411204635111044
Binary1101010100110011110101010010010100100110111010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a299e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,158); }

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

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

 a { background-color: rgb(26,41,158); }

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

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

 span { border-color: rgb(26,41,158); }

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