Html Css Color HEX #20439B Egyptian Blue

📋 copy color: '#20439B'

red 32 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #20439B

Tints of Egyptian Blue #20439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 12.6%
G = 26.38%
B = 61.02%

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

#20439B (or 0x20439B) is known color: Egyptian Blue. HEX triplet: 20, 43 and 9B. RGB value is (32,67,155). Sum of RGB (Red+Green+Blue) = 32+67+155=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #20439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20439B is #DFBC64. Grayscale: #424242. Windows color (decimal): -14662757 or 10175264. OLE color: 10175264.

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

Color convert

RGB 32 67 155 -
CMYK 0.79 0.57 0 0.39
HSL 222.93º 0.66% 0.37% -
HSV(B) 222.93º 0.79% 0.61% -
XYZ 8.52 6.69 31.85 -
YUV 66.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 32 67 155 0.79 0.57 0 0.39 222.93 0.66 0.37
Hex 20 43 9B 4F 39 0 27 DF 42 25
Octal 40 103 233 117 71 0 47 337 102 45
Binary 100000 1000011 10011011 1001111 111001 0 100111 11011111 1000010 100101

Color Harmonies of #20439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20439B

Black with #20439B

Text Example


Text Example

White with #20439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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