Html Css Color HEX #122DAE Egyptian Blue

📋 copy color: '#122DAE'

red 18 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #122DAE

Tints of Egyptian Blue #122DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 174 (68.36% from 255) = 73.42%

R = 7.59%
G = 18.99%
B = 73.42%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#122DAE (or 0x122DAE) is known color: Egyptian Blue. HEX triplet: 12, 2D and AE. RGB value is (18,45,174). Sum of RGB (Red+Green+Blue) = 18+45+174=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #122DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DAE is #EDD251. Grayscale: #333333. Windows color (decimal): -15585874 or 11414802. OLE color: 11414802.

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

Color convert

RGB 18 45 174 -
CMYK 0.90 0.74 0 0.32
HSL 229.62º 0.81% 0.38% -
HSV(B) 229.62º 0.9% 0.68% -
XYZ 8.83 5.06 40.56 -
YUV 51.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 18 45 174 0.90 0.74 0 0.32 229.62 0.81 0.38
Hex 12 2D AE 5A 4A 0 20 E6 51 26
Octal 22 55 256 132 112 0 40 346 121 46
Binary 10010 101101 10101110 1011010 1001010 0 100000 11100110 1010001 100110

Color Harmonies of #122DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DAE

Black with #122DAE

Text Example


Text Example

White with #122DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,45,174); }

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

background-color css

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

 a { background-color: rgb(18,45,174); }

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

border-color css

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

 span { border-color: rgb(18,45,174); }

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