#122FAE

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

Shades of Egyptian Blue #122FAE

Tints of Egyptian Blue #122FAE

Color information

#122FAE (or 0x122FAE) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2F and AE. RGB value is (18,47,174). Sum of RGB (Red+Green+Blue) = 18+47+174=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #122FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FAE is #EDD051. Grayscale: #343434. Windows color (decimal): -15585362 or 11415314. OLE color: 11415314.

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

Color convert

RGB1847174-
CMYK0.900.7300.32
HSL228.85º81.25%37.65%-
HSV(B)228.85º89.66%68.24%-
XYZ8.915.2240.58-
YUV52.81196.39103.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=7.53%
G=19.67%
B=72.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18471740.900.7300.32228.8581.2537.65
Hex122FAE5A49020e55126
Octal225725613211104034512146
Binary1001010111110101110101101010010010100000111001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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