#1023AE

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

Shades of Egyptian Blue #1023AE

Tints of Egyptian Blue #1023AE

Color information

#1023AE (or 0x1023AE) is unknown color: approx Egyptian Blue. HEX triplet: 10, 23 and AE. RGB value is (16,35,174). Sum of RGB (Red+Green+Blue) = 16+35+174=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #1023AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1023AE is #EFDC51. Grayscale: #2C2C2C. Windows color (decimal): -15719506 or 11412240. OLE color: 11412240.

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

Color convert

RGB1635174-
CMYK0.910.8000.32
HSL232.78º83.16%37.25%-
HSV(B)232.78º90.8%68.24%-
XYZ8.454.3740.44-
YUV45.16200.71107.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 174 (68.36% from 255) = 77.33%
R=7.11%
G=15.56%
B=77.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16351740.910.8000.32232.7883.1637.25
Hex1023AE5B50020e95325
Octal204325613312004035112345
Binary1000010001110101110101101110100000100000111010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1023AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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