Html Css Color HEX #122E94 Egyptian Blue

📋 copy color: '#122E94'

red 18 ◦ green 46 ◦ blue 148

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

Shades of Egyptian Blue #122E94

Tints of Egyptian Blue #122E94

RGB

 RED value IS 18 (7.42% from 255) = 8.49%

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 8.49%
G = 21.7%
B = 69.81%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122E94 (or 0x122E94) is known color: Egyptian Blue. HEX triplet: 12, 2E and 94. RGB value is (18,46,148). Sum of RGB (Red+Green+Blue) = 18+46+148=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #122E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E94 is #EDD16B. Grayscale: #303030. Windows color (decimal): -15585644 or 9711122. OLE color: 9711122.

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

Color convert

RGB 18 46 148 -
CMYK 0.88 0.69 0 0.42
HSL 227.08º 0.78% 0.33% -
HSV(B) 227.08º 0.88% 0.58% -
XYZ 6.57 4.22 28.49 -
YUV 49.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 18 46 148 0.88 0.69 0 0.42 227.08 0.78 0.33
Hex 12 2E 94 58 45 0 2A E3 4E 21
Octal 22 56 224 130 105 0 52 343 116 41
Binary 10010 101110 10010100 1011000 1000101 0 101010 11100011 1001110 100001

Color Harmonies of #122E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E94

Black with #122E94

Text Example


Text Example

White with #122E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,148); }

 H1.HeaderClassName
 {
   color: #122E94;
 }
 .AnyTagClassName
 {
   color: #122E94;
 }
</style>

background-color css

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

 a { background-color: rgb(18,46,148); }

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

border-color css

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

 span { border-color: rgb(18,46,148); }

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