#1A229B

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

Shades of Egyptian Blue #1A229B

Tints of Egyptian Blue #1A229B

Color information

#1A229B (or 0x1A229B) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 22 and 9B. RGB value is (26,34,155). Sum of RGB (Red+Green+Blue) = 26+34+155=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A229B is #E5DD64. Grayscale: #2C2C2C. Windows color (decimal): -15064421 or 10166810. OLE color: 10166810.

HSL color Cylindrical-coordinate representation of color #1A229B: hue angle of 236.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A229B is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2634155-
CMYK0.830.7800.39
HSL236.28º71.27%35.49%-
HSV(B)236.28º83.23%60.78%-
XYZ6.913.7331.37-
YUV45.4189.85114.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 155 (60.94% from 255) = 72.09%
R=12.09%
G=15.81%
B=72.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26341550.830.7800.39236.2871.2735.49
Hex1A229B534E027ec4723
Octal324223312311604735410743
Binary1101010001010011011101001110011100100111111011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,34,155); }

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

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

 a { background-color: rgb(26,34,155); }

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

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

 span { border-color: rgb(26,34,155); }

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