#122EAA

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

Shades of Egyptian Blue #122EAA

Tints of Egyptian Blue #122EAA

Color information

#122EAA (or 0x122EAA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2E and AA. RGB value is (18,46,170). Sum of RGB (Red+Green+Blue) = 18+46+170=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #122EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EAA is #EDD155. Grayscale: #333333. Windows color (decimal): -15585622 or 11152914. OLE color: 11152914.

HSL color Cylindrical-coordinate representation of color #122EAA: hue angle of 228.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122EAA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1846170-
CMYK0.890.7300.33
HSL228.95º80.85%36.86%-
HSV(B)228.95º89.41%66.67%-
XYZ8.484.9838.55-
YUV51.76194.72103.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=7.69%
G=19.66%
B=72.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18461700.890.7300.33228.9580.8536.86
Hex122EAA5949021e55125
Octal225625213111104134512145
Binary1001010111010101010101100110010010100001111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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