#1A26AA

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

Shades of Egyptian Blue #1A26AA

Tints of Egyptian Blue #1A26AA

Color information

#1A26AA (or 0x1A26AA) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 26 and AA. RGB value is (26,38,170). Sum of RGB (Red+Green+Blue) = 26+38+170=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A26AA is #E5D955. Grayscale: #303030. Windows color (decimal): -15063382 or 11150874. OLE color: 11150874.

HSL color Cylindrical-coordinate representation of color #1A26AA: hue angle of 235º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A26AA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2638170-
CMYK0.850.7800.33
HSL235º73.47%38.43%-
HSV(B)235º84.71%66.67%-
XYZ8.374.5138.46-
YUV49.46196.02111.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=11.11%
G=16.24%
B=72.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26381700.850.7800.3323573.4738.43
Hex1A26AA554E021eb4926
Octal324625212511604135311146
Binary1101010011010101010101010110011100100001111010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,170); }

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

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

 a { background-color: rgb(26,38,170); }

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

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

 span { border-color: rgb(26,38,170); }

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