Html Css Color HEX #122196 Egyptian Blue

📋 copy color: '#122196'

red 18 ◦ green 33 ◦ blue 150

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

Shades of Egyptian Blue #122196

Tints of Egyptian Blue #122196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 150 (58.98% from 255) = 74.63%

R = 8.96%
G = 16.42%
B = 74.63%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#122196 (or 0x122196) is known color: Egyptian Blue. HEX triplet: 12, 21 and 96. RGB value is (18,33,150). Sum of RGB (Red+Green+Blue) = 18+33+150=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #122196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122196 is #EDDE69. Grayscale: #292929. Windows color (decimal): -15588970 or 9838866. OLE color: 9838866.

HSL color Cylindrical-coordinate representation of color #122196: hue angle of 233.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122196 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 33 150 -
CMYK 0.88 0.78 0 0.41
HSL 233.18º 0.79% 0.33% -
HSV(B) 233.18º 0.88% 0.59% -
XYZ 6.3 3.42 29.18 -
YUV 41.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 18 33 150 0.88 0.78 0 0.41 233.18 0.79 0.33
Hex 12 21 96 58 4E 0 29 E9 4F 21
Octal 22 41 226 130 116 0 51 351 117 41
Binary 10010 100001 10010110 1011000 1001110 0 101001 11101001 1001111 100001

Color Harmonies of #122196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122196

Black with #122196

Text Example


Text Example

White with #122196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122196; }

 p { color: rgb(18,33,150); }

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

background-color css

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

 a { background-color: rgb(18,33,150); }

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

border-color css

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

 span { border-color: rgb(18,33,150); }

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