#1A2B96

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

Shades of Egyptian Blue #1A2B96

Tints of Egyptian Blue #1A2B96

Color information

#1A2B96 (or 0x1A2B96) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2B and 96. RGB value is (26,43,150). Sum of RGB (Red+Green+Blue) = 26+43+150=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A2B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B96 is #E5D469. Grayscale: #313131. Windows color (decimal): -15062122 or 9841434. OLE color: 9841434.

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

Color convert

RGB2643150-
CMYK0.830.7100.41
HSL231.77º70.45%34.51%-
HSV(B)231.77º82.67%58.82%-
XYZ6.794.1529.3-
YUV50.12184.37110.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=11.87%
G=19.63%
B=68.49%

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
Decimal26431500.830.7100.41231.7770.4534.51
Hex1A2B965347029e84623
Octal325322612310705135010643
Binary1101010101110010110101001110001110101001111010001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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