#1A2DAE

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

Shades of Egyptian Blue #1A2DAE

Tints of Egyptian Blue #1A2DAE

Color information

#1A2DAE (or 0x1A2DAE) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2D and AE. RGB value is (26,45,174). Sum of RGB (Red+Green+Blue) = 26+45+174=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A2DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2DAE is #E5D251. Grayscale: #353535. Windows color (decimal): -15061586 or 11414810. OLE color: 11414810.

HSL color Cylindrical-coordinate representation of color #1A2DAE: hue angle of 232.3º 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 #1A2DAE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2645174-
CMYK0.850.7400.32
HSL232.3º74%39.22%-
HSV(B)232.3º85.06%68.24%-
XYZ95.1540.56-
YUV54.03195.71108.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 174 (68.36% from 255) = 71.02%
R=10.61%
G=18.37%
B=71.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26451740.850.7400.32232.37439.22
Hex1A2DAE554A020e84a27
Octal325525612511204035011247
Binary1101010110110101110101010110010100100000111010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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