Html Css Color HEX #122CB2 Egyptian Blue

📋 copy color: '#122CB2'

red 18 ◦ green 44 ◦ blue 178

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

Shades of Egyptian Blue #122CB2

Tints of Egyptian Blue #122CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 74.17%

R = 7.5%
G = 18.33%
B = 74.17%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#122CB2 (or 0x122CB2) is known color: Egyptian Blue. HEX triplet: 12, 2C and B2. RGB value is (18,44,178). Sum of RGB (Red+Green+Blue) = 18+44+178=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 178 (69.92% from 255 or 74.17% from 240); Max value from RGB is 178 - color contains mainly: blue. Hex color #122CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CB2 is #EDD34D. Grayscale: #323232. Windows color (decimal): -15586126 or 11676690. OLE color: 11676690.

HSL color Cylindrical-coordinate representation of color #122CB2: hue angle of 230.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122CB2 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 44 178 -
CMYK 0.90 0.75 0 0.30
HSL 230.25º 0.82% 0.38% -
HSV(B) 230.25º 0.9% 0.7% -
XYZ 9.19 5.14 42.63 -
YUV 51.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 18 44 178 0.90 0.75 0 0.30 230.25 0.82 0.38
Hex 12 2C B2 5A 4B 0 1E E6 52 26
Octal 22 54 262 132 113 0 36 346 122 46
Binary 10010 101100 10110010 1011010 1001011 0 11110 11100110 1010010 100110

Color Harmonies of #122CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CB2

Black with #122CB2

Text Example


Text Example

White with #122CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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