#1231AE

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

Shades of Egyptian Blue #1231AE

Tints of Egyptian Blue #1231AE

Color information

#1231AE (or 0x1231AE) is unknown color: approx Egyptian Blue. HEX triplet: 12, 31 and AE. RGB value is (18,49,174). Sum of RGB (Red+Green+Blue) = 18+49+174=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #1231AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1231AE is #EDCE51. Grayscale: #353535. Windows color (decimal): -15584850 or 11415826. OLE color: 11415826.

HSL color Cylindrical-coordinate representation of color #1231AE: hue angle of 228.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1231AE is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1849174-
CMYK0.900.7200.32
HSL228.08º81.25%37.65%-
HSV(B)228.08º89.66%68.24%-
XYZ8.995.3840.61-
YUV53.98195.73102.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=7.47%
G=20.33%
B=72.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18491740.900.7200.32228.0881.2537.65
Hex1231AE5A48020e45126
Octal226125613211004034412146
Binary1001011000110101110101101010010000100000111001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1231AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,49,174); }

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

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

 a { background-color: rgb(18,49,174); }

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

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

 span { border-color: rgb(18,49,174); }

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