#122393

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

Shades of Egyptian Blue #122393

Tints of Egyptian Blue #122393

Color information

#122393 (or 0x122393) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and 93. RGB value is (18,35,147). Sum of RGB (Red+Green+Blue) = 18+35+147=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #122393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122393 is #EDDC6C. Grayscale: #2A2A2A. Windows color (decimal): -15588461 or 9642770. OLE color: 9642770.

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

Color convert

RGB1835147-
CMYK0.880.7600.42
HSL232.09º78.18%32.35%-
HSV(B)232.09º87.76%57.65%-
XYZ6.123.4427.94-
YUV42.68186.87110.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=9%
G=17.5%
B=73.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18351470.880.7600.42232.0978.1832.35
Hex122393584C02Ae84e20
Octal224322313011405235011640
Binary1001010001110010011101100010011000101010111010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122393; }

 p { color: rgb(18,35,147); }

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

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

 a { background-color: rgb(18,35,147); }

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

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

 span { border-color: rgb(18,35,147); }

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