Html Css Color HEX #122C9E Egyptian Blue

📋 copy color: '#122C9E'

red 18 ◦ green 44 ◦ blue 158

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

Shades of Egyptian Blue #122C9E

Tints of Egyptian Blue #122C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 8.18%
G = 20%
B = 71.82%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#122C9E (or 0x122C9E) is known color: Egyptian Blue. HEX triplet: 12, 2C and 9E. RGB value is (18,44,158). Sum of RGB (Red+Green+Blue) = 18+44+158=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #122C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C9E is #EDD361. Grayscale: #303030. Windows color (decimal): -15586146 or 10365970. OLE color: 10365970.

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

Color convert

RGB 18 44 158 -
CMYK 0.89 0.72 0 0.38
HSL 228.86º 0.8% 0.35% -
HSV(B) 228.86º 0.89% 0.62% -
XYZ 7.32 4.4 32.81 -
YUV 49.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 18 44 158 0.89 0.72 0 0.38 228.86 0.8 0.35
Hex 12 2C 9E 59 48 0 26 E5 50 23
Octal 22 54 236 131 110 0 46 345 120 43
Binary 10010 101100 10011110 1011001 1001000 0 100110 11100101 1010000 100011

Color Harmonies of #122C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C9E

Black with #122C9E

Text Example


Text Example

White with #122C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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