Html Css Color HEX #122CA0 Egyptian Blue

📋 copy color: '#122CA0'

red 18 ◦ green 44 ◦ blue 160

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

Shades of Egyptian Blue #122CA0

Tints of Egyptian Blue #122CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 72.07%

R = 8.11%
G = 19.82%
B = 72.07%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#122CA0 (or 0x122CA0) is known color: Egyptian Blue. HEX triplet: 12, 2C and A0. RGB value is (18,44,160). Sum of RGB (Red+Green+Blue) = 18+44+160=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #122CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CA0 is #EDD35F. Grayscale: #303030. Windows color (decimal): -15586144 or 10497042. OLE color: 10497042.

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

Color convert

RGB 18 44 160 -
CMYK 0.89 0.72 0 0.37
HSL 229.01º 0.8% 0.35% -
HSV(B) 229.01º 0.89% 0.63% -
XYZ 7.5 4.47 33.73 -
YUV 49.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 18 44 160 0.89 0.72 0 0.37 229.01 0.8 0.35
Hex 12 2C A0 59 48 0 25 E5 50 23
Octal 22 54 240 131 110 0 45 345 120 43
Binary 10010 101100 10100000 1011001 1001000 0 100101 11100101 1010000 100011

Color Harmonies of #122CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CA0

Black with #122CA0

Text Example


Text Example

White with #122CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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