#122A91

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

Shades of Egyptian Blue #122A91

Tints of Egyptian Blue #122A91

Color information

#122A91 (or 0x122A91) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2A and 91. RGB value is (18,42,145). Sum of RGB (Red+Green+Blue) = 18+42+145=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #122A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A91 is #EDD56E. Grayscale: #2E2E2E. Windows color (decimal): -15586671 or 9513490. OLE color: 9513490.

HSL color Cylindrical-coordinate representation of color #122A91: hue angle of 228.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122A91 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1842145-
CMYK0.880.7100.43
HSL228.66º77.91%31.96%-
HSV(B)228.66º87.59%56.86%-
XYZ6.193.8327.2-
YUV46.57183.55107.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 145 (57.03% from 255) = 70.73%
R=8.78%
G=20.49%
B=70.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18421450.880.7100.43228.6677.9131.96
Hex122A91584702Be54e20
Octal225222113010705334511640
Binary1001010101010010001101100010001110101011111001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,42,145); }

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

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

 a { background-color: rgb(18,42,145); }

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

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

 span { border-color: rgb(18,42,145); }

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