#1032AE

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

Shades of Egyptian Blue #1032AE

Tints of Egyptian Blue #1032AE

Color information

#1032AE (or 0x1032AE) is unknown color: approx Egyptian Blue. HEX triplet: 10, 32 and AE. RGB value is (16,50,174). Sum of RGB (Red+Green+Blue) = 16+50+174=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #1032AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1032AE is #EFCD51. Grayscale: #353535. Windows color (decimal): -15715666 or 11416080. OLE color: 11416080.

HSL color Cylindrical-coordinate representation of color #1032AE: hue angle of 227.09º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1032AE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1650174-
CMYK0.910.7100.32
HSL227.09º83.16%37.25%-
HSV(B)227.09º90.8%68.24%-
XYZ8.995.4540.62-
YUV53.97195.74100.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=6.67%
G=20.83%
B=72.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16501740.910.7100.32227.0983.1637.25
Hex1032AE5B47020e35325
Octal206225613310704034312345
Binary1000011001010101110101101110001110100000111000111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1032AE; }

 p { color: rgb(16,50,174); }

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

<style>
 a { background-color: #1032AE; }

 a { background-color: rgb(16,50,174); }

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

<style>
 span { border-color: #1032AE; }

 span { border-color: rgb(16,50,174); }

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