#122E94

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

Shades of Egyptian Blue #122E94

Tints of Egyptian Blue #122E94

Color information

#122E94 (or 0x122E94) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2E and 94. RGB value is (18,46,148). Sum of RGB (Red+Green+Blue) = 18+46+148=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #122E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E94 is #EDD16B. Grayscale: #303030. Windows color (decimal): -15585644 or 9711122. OLE color: 9711122.

HSL color Cylindrical-coordinate representation of color #122E94: hue angle of 227.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122E94 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1846148-
CMYK0.880.6900.42
HSL227.08º78.31%32.55%-
HSV(B)227.08º87.84%58.04%-
XYZ6.574.2228.49-
YUV49.26183.72105.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 148 (58.20% from 255) = 69.81%
R=8.49%
G=21.70%
B=69.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18461480.880.6900.42227.0878.3132.55
Hex122E94584502Ae34e21
Octal225622413010505234311641
Binary1001010111010010100101100010001010101010111000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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