#1A459F

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

Shades of Egyptian Blue #1A459F

Tints of Egyptian Blue #1A459F

Color information

#1A459F (or 0x1A459F) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 45 and 9F. RGB value is (26,69,159). Sum of RGB (Red+Green+Blue) = 26+69+159=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A459F is #E5BA60. Grayscale: #424242. Windows color (decimal): -15055457 or 10437914. OLE color: 10437914.

HSL color Cylindrical-coordinate representation of color #1A459F: hue angle of 220.6º 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 #1A459F is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2669159-
CMYK0.840.5700.38
HSL220.6º71.89%36.27%-
HSV(B)220.6º83.65%62.35%-
XYZ8.816.9833.68-
YUV66.4180.2599.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=10.24%
G=27.17%
B=62.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26691590.840.5700.38220.671.8936.27
Hex1A459F5439026dd4824
Octal321052371247104633511044
Binary1101010001011001111110101001110010100110110111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,159); }

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

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

 a { background-color: rgb(26,69,159); }

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

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

 span { border-color: rgb(26,69,159); }

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