#1A2C96

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

Shades of Egyptian Blue #1A2C96

Tints of Egyptian Blue #1A2C96

Color information

#1A2C96 (or 0x1A2C96) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2C and 96. RGB value is (26,44,150). Sum of RGB (Red+Green+Blue) = 26+44+150=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A2C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2C96 is #E5D369. Grayscale: #323232. Windows color (decimal): -15061866 or 9841690. OLE color: 9841690.

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

Color convert

RGB2644150-
CMYK0.830.7100.41
HSL231.29º70.45%34.51%-
HSV(B)231.29º82.67%58.82%-
XYZ6.834.2229.31-
YUV50.7184.04110.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.82%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=11.82%
G=20%
B=68.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26441500.830.7100.41231.2970.4534.51
Hex1A2C965347029e74623
Octal325422612310705134710643
Binary1101010110010010110101001110001110101001111001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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