Html Css Color HEX #122CA4 Egyptian Blue

📋 copy color: '#122CA4'

red 18 ◦ green 44 ◦ blue 164

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

Shades of Egyptian Blue #122CA4

Tints of Egyptian Blue #122CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 72.57%

R = 7.96%
G = 19.47%
B = 72.57%

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

#122CA4 (or 0x122CA4) is known color: Egyptian Blue. HEX triplet: 12, 2C and A4. RGB value is (18,44,164). Sum of RGB (Red+Green+Blue) = 18+44+164=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #122CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CA4 is #EDD35B. Grayscale: #313131. Windows color (decimal): -15586140 or 10759186. OLE color: 10759186.

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

Color convert

RGB 18 44 164 -
CMYK 0.89 0.73 0 0.36
HSL 229.32º 0.8% 0.36% -
HSV(B) 229.32º 0.89% 0.64% -
XYZ 7.85 4.61 35.6 -
YUV 49.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 18 44 164 0.89 0.73 0 0.36 229.32 0.8 0.36
Hex 12 2C A4 59 49 0 24 E5 50 24
Octal 22 54 244 131 111 0 44 345 120 44
Binary 10010 101100 10100100 1011001 1001001 0 100100 11100101 1010000 100100

Color Harmonies of #122CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CA4

Black with #122CA4

Text Example


Text Example

White with #122CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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