#1029AE

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

Shades of Egyptian Blue #1029AE

Tints of Egyptian Blue #1029AE

Color information

#1029AE (or 0x1029AE) is unknown color: approx Egyptian Blue. HEX triplet: 10, 29 and AE. RGB value is (16,41,174). Sum of RGB (Red+Green+Blue) = 16+41+174=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1029AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1029AE is #EFD651. Grayscale: #303030. Windows color (decimal): -15717970 or 11413776. OLE color: 11413776.

HSL color Cylindrical-coordinate representation of color #1029AE: hue angle of 230.51º 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 #1029AE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1641174-
CMYK0.910.7600.32
HSL230.51º83.16%37.25%-
HSV(B)230.51º90.8%68.24%-
XYZ8.654.7540.51-
YUV48.69198.72104.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=6.93%
G=17.75%
B=75.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16411740.910.7600.32230.5183.1637.25
Hex1029AE5B4C020e75325
Octal205125613311404034712345
Binary1000010100110101110101101110011000100000111001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1029AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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