#1A4099

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

Shades of Egyptian Blue #1A4099

Tints of Egyptian Blue #1A4099

Color information

#1A4099 (or 0x1A4099) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 40 and 99. RGB value is (26,64,153). Sum of RGB (Red+Green+Blue) = 26+64+153=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A4099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4099 is #E5BF66. Grayscale: #3E3E3E. Windows color (decimal): -15056743 or 10043418. OLE color: 10043418.

HSL color Cylindrical-coordinate representation of color #1A4099: hue angle of 222.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4099 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2664153-
CMYK0.830.5800.4
HSL222.05º70.95%35.1%-
HSV(B)222.05º83.01%60%-
XYZ8.016.1930.91-
YUV62.78178.91101.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 153 (60.16% from 255) = 62.96%
R=10.70%
G=26.34%
B=62.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26641530.830.5800.4222.0570.9535.1
Hex1A4099533A028de4723
Octal321002311237205033610743
Binary1101010000001001100110100111110100101000110111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,153); }

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

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

 a { background-color: rgb(26,64,153); }

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

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

 span { border-color: rgb(26,64,153); }

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