#1A4596

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

Shades of Egyptian Blue #1A4596

Tints of Egyptian Blue #1A4596

Color information

#1A4596 (or 0x1A4596) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 45 and 96. RGB value is (26,69,150). Sum of RGB (Red+Green+Blue) = 26+69+150=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A4596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4596 is #E5BA69. Grayscale: #414141. Windows color (decimal): -15055466 or 9848090. OLE color: 9848090.

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

Color convert

RGB2669150-
CMYK0.830.5400.41
HSL219.19º70.45%34.51%-
HSV(B)219.19º82.67%58.82%-
XYZ8.066.6829.72-
YUV65.38175.7599.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=10.61%
G=28.16%
B=61.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26691500.830.5400.41219.1970.4534.51
Hex1A45965336029db4623
Octal321052261236605133310643
Binary1101010001011001011010100111101100101001110110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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