Html Css Color HEX #20229F Egyptian Blue

📋 copy color: '#20229F'

red 32 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #20229F

Tints of Egyptian Blue #20229F

RGB

 RED value IS 32 (12.89% from 255) = 14.22%

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 159 (62.5% from 255) = 70.67%

R = 14.22%
G = 15.11%
B = 70.67%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20229F (or 0x20229F) is known color: Egyptian Blue. HEX triplet: 20, 22 and 9F. RGB value is (32,34,159). Sum of RGB (Red+Green+Blue) = 32+34+159=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #20229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20229F is #DFDD60. Grayscale: #2F2F2F. Windows color (decimal): -14671201 or 10428960. OLE color: 10428960.

HSL color Cylindrical-coordinate representation of color #20229F: hue angle of 239.06º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20229F is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 34 159 -
CMYK 0.80 0.79 0 0.38
HSL 239.06º 0.66% 0.37% -
HSV(B) 239.06º 0.8% 0.62% -
XYZ 7.43 3.95 33.17 -
YUV 47.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 32 34 159 0.80 0.79 0 0.38 239.06 0.66 0.37
Hex 20 22 9F 50 4F 0 26 EF 42 25
Octal 40 42 237 120 117 0 46 357 102 45
Binary 100000 100010 10011111 1010000 1001111 0 100110 11101111 1000010 100101

Color Harmonies of #20229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20229F

Black with #20229F

Text Example


Text Example

White with #20229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20229F; }

 p { color: rgb(32,34,159); }

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

background-color css

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

 a { background-color: rgb(32,34,159); }

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

border-color css

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

 span { border-color: rgb(32,34,159); }

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