Html Css Color HEX #20429B Egyptian Blue

📋 copy color: '#20429B'

red 32 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #20429B

Tints of Egyptian Blue #20429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 12.65%
G = 26.09%
B = 61.26%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20429B (or 0x20429B) is known color: Egyptian Blue. HEX triplet: 20, 42 and 9B. RGB value is (32,66,155). Sum of RGB (Red+Green+Blue) = 32+66+155=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #20429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20429B is #DFBD64. Grayscale: #414141. Windows color (decimal): -14663013 or 10175008. OLE color: 10175008.

HSL color Cylindrical-coordinate representation of color #20429B: hue angle of 223.41º 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 #20429B is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 66 155 -
CMYK 0.79 0.57 0 0.39
HSL 223.41º 0.66% 0.37% -
HSV(B) 223.41º 0.79% 0.61% -
XYZ 8.46 6.57 31.83 -
YUV 65.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 32 66 155 0.79 0.57 0 0.39 223.41 0.66 0.37
Hex 20 42 9B 4F 39 0 27 DF 42 25
Octal 40 102 233 117 71 0 47 337 102 45
Binary 100000 1000010 10011011 1001111 111001 0 100111 11011111 1000010 100101

Color Harmonies of #20429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20429B

Black with #20429B

Text Example


Text Example

White with #20429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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