Html Css Color HEX #122EAD Egyptian Blue

📋 copy color: '#122EAD'

red 18 ◦ green 46 ◦ blue 173

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

Shades of Egyptian Blue #122EAD

Tints of Egyptian Blue #122EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73%

R = 7.59%
G = 19.41%
B = 73%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#122EAD (or 0x122EAD) is known color: Egyptian Blue. HEX triplet: 12, 2E and AD. RGB value is (18,46,173). Sum of RGB (Red+Green+Blue) = 18+46+173=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #122EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EAD is #EDD152. Grayscale: #333333. Windows color (decimal): -15585619 or 11349522. OLE color: 11349522.

HSL color Cylindrical-coordinate representation of color #122EAD: hue angle of 229.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122EAD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 46 173 -
CMYK 0.90 0.73 0 0.32
HSL 229.16º 0.81% 0.37% -
HSV(B) 229.16º 0.9% 0.68% -
XYZ 8.77 5.1 40.06 -
YUV 52.11 196.22 103.67 -
System Red Green Blue C M Y K H S L
Decimal 18 46 173 0.90 0.73 0 0.32 229.16 0.81 0.37
Hex 12 2E AD 5A 49 0 20 E5 51 25
Octal 22 56 255 132 111 0 40 345 121 45
Binary 10010 101110 10101101 1011010 1001001 0 100000 11100101 1010001 100101

Color Harmonies of #122EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EAD

Black with #122EAD

Text Example


Text Example

White with #122EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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