#122EAE

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

Shades of Egyptian Blue #122EAE

Tints of Egyptian Blue #122EAE

Color information

#122EAE (or 0x122EAE) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2E and AE. RGB value is (18,46,174). Sum of RGB (Red+Green+Blue) = 18+46+174=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #122EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EAE is #EDD151. Grayscale: #333333. Windows color (decimal): -15585618 or 11415058. OLE color: 11415058.

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

Color convert

RGB1846174-
CMYK0.900.7400.32
HSL229.23º81.25%37.65%-
HSV(B)229.23º89.66%68.24%-
XYZ8.875.1440.57-
YUV52.22196.72103.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 174 (68.36% from 255) = 73.11%
R=7.56%
G=19.33%
B=73.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18461740.900.7400.32229.2381.2537.65
Hex122EAE5A4A020e55126
Octal225625613211204034512146
Binary1001010111010101110101101010010100100000111001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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