#1240AC

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

Shades of Egyptian Blue #1240AC

Tints of Egyptian Blue #1240AC

Color information

#1240AC (or 0x1240AC) is unknown color: approx Egyptian Blue. HEX triplet: 12, 40 and AC. RGB value is (18,64,172). Sum of RGB (Red+Green+Blue) = 18+64+172=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #1240AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240AC is #EDBF53. Grayscale: #3E3E3E. Windows color (decimal): -15581012 or 11288594. OLE color: 11288594.

HSL color Cylindrical-coordinate representation of color #1240AC: hue angle of 222.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1240AC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1864172-
CMYK0.900.6300.33
HSL222.08º81.05%37.25%-
HSV(B)222.08º89.53%67.45%-
XYZ9.536.7739.83-
YUV62.56189.7696.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 172 (67.58% from 255) = 67.72%
R=7.09%
G=25.20%
B=67.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18641720.900.6300.33222.0881.0537.25
Hex1240AC5A3F021de5125
Octal221002541327704133612145
Binary1001010000001010110010110101111110100001110111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1240AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1240AC; }

 p { color: rgb(18,64,172); }

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

<style>
 a { background-color: #1240AC; }

 a { background-color: rgb(18,64,172); }

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

<style>
 span { border-color: #1240AC; }

 span { border-color: rgb(18,64,172); }

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