#122EAC

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

Shades of Egyptian Blue #122EAC

Tints of Egyptian Blue #122EAC

Color information

#122EAC (or 0x122EAC) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2E and AC. RGB value is (18,46,172). Sum of RGB (Red+Green+Blue) = 18+46+172=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #122EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EAC is #EDD153. Grayscale: #333333. Windows color (decimal): -15585620 or 11283986. OLE color: 11283986.

HSL color Cylindrical-coordinate representation of color #122EAC: hue angle of 229.09º 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 #122EAC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1846172-
CMYK0.900.7300.33
HSL229.09º81.05%37.25%-
HSV(B)229.09º89.53%67.45%-
XYZ8.675.0639.55-
YUV51.99195.72103.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 172 (67.58% from 255) = 72.88%
R=7.63%
G=19.49%
B=72.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18461720.900.7300.33229.0981.0537.25
Hex122EAC5A49021e55125
Octal225625413211104134512145
Binary1001010111010101100101101010010010100001111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122EAC; }

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

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

<style>
 a { background-color: #122EAC; }

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

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

<style>
 span { border-color: #122EAC; }

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

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