#1A3596

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

Shades of Egyptian Blue #1A3596

Tints of Egyptian Blue #1A3596

Color information

#1A3596 (or 0x1A3596) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 35 and 96. RGB value is (26,53,150). Sum of RGB (Red+Green+Blue) = 26+53+150=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A3596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3596 is #E5CA69. Grayscale: #373737. Windows color (decimal): -15059562 or 9843994. OLE color: 9843994.

HSL color Cylindrical-coordinate representation of color #1A3596: hue angle of 226.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A3596 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2653150-
CMYK0.830.6500.41
HSL226.94º70.45%34.51%-
HSV(B)226.94º82.67%58.82%-
XYZ7.24.9729.43-
YUV55.98181.05106.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=11.35%
G=23.14%
B=65.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26531500.830.6500.41226.9470.4534.51
Hex1A35965341029e34623
Octal326522612310105134310643
Binary1101011010110010110101001110000010101001111000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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