#1019AE

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

Shades of Egyptian Blue #1019AE

Tints of Egyptian Blue #1019AE

Color information

#1019AE (or 0x1019AE) is unknown color: approx Egyptian Blue. HEX triplet: 10, 19 and AE. RGB value is (16,25,174). Sum of RGB (Red+Green+Blue) = 16+25+174=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #1019AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AE is #EFE651. Grayscale: #262626. Windows color (decimal): -15722066 or 11409680. OLE color: 11409680.

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

Color convert

RGB1625174-
CMYK0.910.8600.32
HSL236.58º83.16%37.25%-
HSV(B)236.58º90.8%68.24%-
XYZ8.23.8640.36-
YUV39.3204.02111.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 174 (68.36% from 255) = 80.93%
R=7.44%
G=11.63%
B=80.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16251740.910.8600.32236.5883.1637.25
Hex1019AE5B56020ed5325
Octal203125613312604035512345
Binary100001100110101110101101110101100100000111011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1019AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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