#1A3599

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

Shades of Egyptian Blue #1A3599

Tints of Egyptian Blue #1A3599

Color information

#1A3599 (or 0x1A3599) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 35 and 99. RGB value is (26,53,153). Sum of RGB (Red+Green+Blue) = 26+53+153=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3599 is #E5CA66. Grayscale: #373737. Windows color (decimal): -15059559 or 10040602. OLE color: 10040602.

HSL color Cylindrical-coordinate representation of color #1A3599: hue angle of 227.24º 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 #1A3599 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2653153-
CMYK0.830.6500.4
HSL227.24º70.95%35.1%-
HSV(B)227.24º83.01%60%-
XYZ7.455.0730.72-
YUV56.33182.55106.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=11.21%
G=22.84%
B=65.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26531530.830.6500.4227.2470.9535.1
Hex1A35995341028e34723
Octal326523112310105034310743
Binary1101011010110011001101001110000010101000111000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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