Html Css Color HEX #20299E Egyptian Blue

📋 copy color: '#20299E'

red 32 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #20299E

Tints of Egyptian Blue #20299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 13.85%
G = 17.75%
B = 68.4%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20299E (or 0x20299E) is known color: Egyptian Blue. HEX triplet: 20, 29 and 9E. RGB value is (32,41,158). Sum of RGB (Red+Green+Blue) = 32+41+158=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #20299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20299E is #DFD661. Grayscale: #333333. Windows color (decimal): -14669410 or 10365216. OLE color: 10365216.

HSL color Cylindrical-coordinate representation of color #20299E: hue angle of 235.71º 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 #20299E is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 41 158 -
CMYK 0.80 0.74 0 0.38
HSL 235.71º 0.66% 0.37% -
HSV(B) 235.71º 0.8% 0.62% -
XYZ 7.56 4.36 32.79 -
YUV 51.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 32 41 158 0.80 0.74 0 0.38 235.71 0.66 0.37
Hex 20 29 9E 50 4A 0 26 EC 42 25
Octal 40 51 236 120 112 0 46 354 102 45
Binary 100000 101001 10011110 1010000 1001010 0 100110 11101100 1000010 100101

Color Harmonies of #20299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20299E

Black with #20299E

Text Example


Text Example

White with #20299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20299E; }

 p { color: rgb(32,41,158); }

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

background-color css

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

 a { background-color: rgb(32,41,158); }

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

border-color css

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

 span { border-color: rgb(32,41,158); }

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