#1A288E

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

Shades of Egyptian Blue #1A288E

Tints of Egyptian Blue #1A288E

Color information

#1A288E (or 0x1A288E) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 28 and 8E. RGB value is (26,40,142). Sum of RGB (Red+Green+Blue) = 26+40+142=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A288E is #E5D771. Grayscale: #2F2F2F. Windows color (decimal): -15062898 or 9316378. OLE color: 9316378.

HSL color Cylindrical-coordinate representation of color #1A288E: hue angle of 232.76º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A288E is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2640142-
CMYK0.820.7200.44
HSL232.76º69.05%32.94%-
HSV(B)232.76º81.69%55.69%-
XYZ6.073.6925.98-
YUV47.44181.36112.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 142 (55.86% from 255) = 68.27%
R=12.5%
G=19.23%
B=68.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26401420.820.7200.44232.7669.0532.94
Hex1A288E524802Ce94521
Octal325021612211005435110541
Binary1101010100010001110101001010010000101100111010011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,142); }

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

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

 a { background-color: rgb(26,40,142); }

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

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

 span { border-color: rgb(26,40,142); }

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