Html Css Color HEX #122493 Egyptian Blue

📋 copy color: '#122493'

red 18 ◦ green 36 ◦ blue 147

#122493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #122493

Tints of Egyptian Blue #122493

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 value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122493 (or 0x122493) is known color: 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

RGB 18 36 147 -
CMYK 0.88 0.76 0 0.42
HSL 231.63º 0.78% 0.32% -
HSV(B) 231.63º 0.88% 0.58% -
XYZ 6.15 3.5 27.95 -
YUV 43.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 18 36 147 0.88 0.76 0 0.42 231.63 0.78 0.32
Hex 12 24 93 58 4C 0 2A E8 4E 20
Octal 22 44 223 130 114 0 52 350 116 40
Binary 10010 100100 10010011 1011000 1001100 0 101010 11101000 1001110 100000

Color Harmonies of #122493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122493

Black with #122493

Text Example


Text Example

White with #122493

Text Example


Text Example

HTML Codes & Css Web 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>