#1A2E89

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

Shades of Egyptian Blue #1A2E89

Tints of Egyptian Blue #1A2E89

Color information

#1A2E89 (or 0x1A2E89) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2E and 89. RGB value is (26,46,137). Sum of RGB (Red+Green+Blue) = 26+46+137=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A2E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2E89 is #E5D176. Grayscale: #323232. Windows color (decimal): -15061367 or 8990234. OLE color: 8990234.

HSL color Cylindrical-coordinate representation of color #1A2E89: hue angle of 229.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2E89 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2646137-
CMYK0.810.6600.46
HSL229.19º68.1%31.96%-
HSV(B)229.19º81.02%53.73%-
XYZ5.923.9824.12-
YUV50.39176.87110.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 137 (53.91% from 255) = 65.55%
R=12.44%
G=22.01%
B=65.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26461370.810.6600.46229.1968.131.96
Hex1A2E89514202Ee54420
Octal325621112110205634510440
Binary1101010111010001001101000110000100101110111001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,137); }

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

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

 a { background-color: rgb(26,46,137); }

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

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

 span { border-color: rgb(26,46,137); }

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