Html Css Color HEX #20289F Egyptian Blue

📋 copy color: '#20289F'

red 32 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #20289F

Tints of Egyptian Blue #20289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 13.85%
G = 17.32%
B = 68.83%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20289F (or 0x20289F) is known color: Egyptian Blue. HEX triplet: 20, 28 and 9F. RGB value is (32,40,159). Sum of RGB (Red+Green+Blue) = 32+40+159=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #20289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20289F is #DFD760. Grayscale: #323232. Windows color (decimal): -14669665 or 10430496. OLE color: 10430496.

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

Color convert

RGB 32 40 159 -
CMYK 0.80 0.75 0 0.38
HSL 236.22º 0.66% 0.37% -
HSV(B) 236.22º 0.8% 0.62% -
XYZ 7.61 4.33 33.24 -
YUV 51.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 32 40 159 0.80 0.75 0 0.38 236.22 0.66 0.37
Hex 20 28 9F 50 4B 0 26 EC 42 25
Octal 40 50 237 120 113 0 46 354 102 45
Binary 100000 101000 10011111 1010000 1001011 0 100110 11101100 1000010 100101

Color Harmonies of #20289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20289F

Black with #20289F

Text Example


Text Example

White with #20289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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