Html Css Color HEX #122CA2 Egyptian Blue

📋 copy color: '#122CA2'

red 18 ◦ green 44 ◦ blue 162

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

Shades of Egyptian Blue #122CA2

Tints of Egyptian Blue #122CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

 BLUE value IS 162 (63.67% from 255) = 72.32%

R = 8.04%
G = 19.64%
B = 72.32%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#122CA2 (or 0x122CA2) is known color: Egyptian Blue. HEX triplet: 12, 2C and A2. RGB value is (18,44,162). Sum of RGB (Red+Green+Blue) = 18+44+162=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #122CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CA2 is #EDD35D. Grayscale: #313131. Windows color (decimal): -15586142 or 10628114. OLE color: 10628114.

HSL color Cylindrical-coordinate representation of color #122CA2: hue angle of 229.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122CA2 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 44 162 -
CMYK 0.89 0.73 0 0.36
HSL 229.17º 0.8% 0.35% -
HSV(B) 229.17º 0.89% 0.64% -
XYZ 7.67 4.54 34.65 -
YUV 49.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 18 44 162 0.89 0.73 0 0.36 229.17 0.8 0.35
Hex 12 2C A2 59 49 0 24 E5 50 23
Octal 22 54 242 131 111 0 44 345 120 43
Binary 10010 101100 10100010 1011001 1001001 0 100100 11100101 1010000 100011

Color Harmonies of #122CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CA2

Black with #122CA2

Text Example


Text Example

White with #122CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,162); }

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

background-color css

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

 a { background-color: rgb(18,44,162); }

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

border-color css

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

 span { border-color: rgb(18,44,162); }

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