#1A288F

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

Shades of Egyptian Blue #1A288F

Tints of Egyptian Blue #1A288F

Color information

#1A288F (or 0x1A288F) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 28 and 8F. RGB value is (26,40,143). Sum of RGB (Red+Green+Blue) = 26+40+143=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A288F is #E5D770. Grayscale: #2F2F2F. Windows color (decimal): -15062897 or 9381914. OLE color: 9381914.

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

Color convert

RGB2640143-
CMYK0.820.7200.44
HSL232.82º69.23%33.14%-
HSV(B)232.82º81.82%56.08%-
XYZ6.143.7226.38-
YUV47.56181.86112.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 143 (56.25% from 255) = 68.42%
R=12.44%
G=19.14%
B=68.42%

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
Decimal26401430.820.7200.44232.8269.2333.14
Hex1A288F524802Ce94521
Octal325021712211005435110541
Binary1101010100010001111101001010010000101100111010011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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