#122C96

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

Shades of Egyptian Blue #122C96

Tints of Egyptian Blue #122C96

Color information

#122C96 (or 0x122C96) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2C and 96. RGB value is (18,44,150). Sum of RGB (Red+Green+Blue) = 18+44+150=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #122C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C96 is #EDD369. Grayscale: #2F2F2F. Windows color (decimal): -15586154 or 9841682. OLE color: 9841682.

HSL color Cylindrical-coordinate representation of color #122C96: hue angle of 228.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122C96 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1844150-
CMYK0.880.7100.41
HSL228.18º78.57%32.94%-
HSV(B)228.18º88%58.82%-
XYZ6.664.1329.3-
YUV48.31185.39106.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=8.49%
G=20.75%
B=70.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18441500.880.7100.41228.1878.5732.94
Hex122C965847029e44f21
Octal225422613010705134411741
Binary1001010110010010110101100010001110101001111001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,150); }

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

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

 a { background-color: rgb(18,44,150); }

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

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

 span { border-color: rgb(18,44,150); }

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