Html Css Color HEX #20299B Egyptian Blue

📋 copy color: '#20299B'

red 32 ◦ green 41 ◦ blue 155

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

Shades of Egyptian Blue #20299B

Tints of Egyptian Blue #20299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 14.04%
G = 17.98%
B = 67.98%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20299B (or 0x20299B) is known color: Egyptian Blue. HEX triplet: 20, 29 and 9B. RGB value is (32,41,155). Sum of RGB (Red+Green+Blue) = 32+41+155=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #20299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20299B is #DFD664. Grayscale: #323232. Windows color (decimal): -14669413 or 10168608. OLE color: 10168608.

HSL color Cylindrical-coordinate representation of color #20299B: hue angle of 235.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20299B is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 41 155 -
CMYK 0.79 0.74 0 0.39
HSL 235.61º 0.66% 0.37% -
HSV(B) 235.61º 0.79% 0.61% -
XYZ 7.3 4.26 31.45 -
YUV 51.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 32 41 155 0.79 0.74 0 0.39 235.61 0.66 0.37
Hex 20 29 9B 4F 4A 0 27 EC 42 25
Octal 40 51 233 117 112 0 47 354 102 45
Binary 100000 101001 10011011 1001111 1001010 0 100111 11101100 1000010 100101

Color Harmonies of #20299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20299B

Black with #20299B

Text Example


Text Example

White with #20299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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