#122E95

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

Shades of Egyptian Blue #122E95

Tints of Egyptian Blue #122E95

Color information

#122E95 (or 0x122E95) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2E and 95. RGB value is (18,46,149). Sum of RGB (Red+Green+Blue) = 18+46+149=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #122E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E95 is #EDD16A. Grayscale: #303030. Windows color (decimal): -15585643 or 9776658. OLE color: 9776658.

HSL color Cylindrical-coordinate representation of color #122E95: hue angle of 227.18º 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 #122E95 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1846149-
CMYK0.880.6900.42
HSL227.18º78.44%32.75%-
HSV(B)227.18º87.92%58.43%-
XYZ6.654.2528.9-
YUV49.37184.22105.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=8.45%
G=21.60%
B=69.95%

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
Decimal18461490.880.6900.42227.1878.4432.75
Hex122E95584502Ae34e21
Octal225622513010505234311641
Binary1001010111010010101101100010001010101010111000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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