#1A26AE

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

Shades of Egyptian Blue #1A26AE

Tints of Egyptian Blue #1A26AE

Color information

#1A26AE (or 0x1A26AE) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 26 and AE. RGB value is (26,38,174). Sum of RGB (Red+Green+Blue) = 26+38+174=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A26AE is #E5D951. Grayscale: #313131. Windows color (decimal): -15063378 or 11413018. OLE color: 11413018.

HSL color Cylindrical-coordinate representation of color #1A26AE: hue angle of 235.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A26AE is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2638174-
CMYK0.850.7800.32
HSL235.14º74%39.22%-
HSV(B)235.14º85.06%68.24%-
XYZ8.764.6640.48-
YUV49.92198.02110.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 174 (68.36% from 255) = 73.11%
R=10.92%
G=15.97%
B=73.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26381740.850.7800.32235.147439.22
Hex1A26AE554E020eb4a27
Octal324625612511604035311247
Binary1101010011010101110101010110011100100000111010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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