#122493

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

Shades of Egyptian Blue #122493

Tints of Egyptian Blue #122493

Color information

#122493 (or 0x122493) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and 93. RGB value is (18,36,147). Sum of RGB (Red+Green+Blue) = 18+36+147=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #122493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122493 is #EDDB6C. Grayscale: #2A2A2A. Windows color (decimal): -15588205 or 9643026. OLE color: 9643026.

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

Color convert

RGB1836147-
CMYK0.880.7600.42
HSL231.63º78.18%32.35%-
HSV(B)231.63º87.76%57.65%-
XYZ6.153.527.95-
YUV43.27186.54109.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 147 (57.81% from 255) = 73.13%
R=8.96%
G=17.91%
B=73.13%

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
Decimal18361470.880.7600.42231.6378.1832.35
Hex122493584C02Ae84e20
Octal224422313011405235011640
Binary1001010010010010011101100010011000101010111010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122493; }

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

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

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

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

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

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

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

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