Html Css Color HEX #20419F Egyptian Blue

📋 copy color: '#20419F'

red 32 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #20419F

Tints of Egyptian Blue #20419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 12.5%
G = 25.39%
B = 62.11%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20419F (or 0x20419F) is known color: Egyptian Blue. HEX triplet: 20, 41 and 9F. RGB value is (32,65,159). Sum of RGB (Red+Green+Blue) = 32+65+159=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #20419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20419F is #DFBE60. Grayscale: #414141. Windows color (decimal): -14663265 or 10436896. OLE color: 10436896.

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

Color convert

RGB 32 65 159 -
CMYK 0.80 0.59 0 0.38
HSL 224.41º 0.66% 0.37% -
HSV(B) 224.41º 0.8% 0.62% -
XYZ 8.74 6.59 33.61 -
YUV 65.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 32 65 159 0.80 0.59 0 0.38 224.41 0.66 0.37
Hex 20 41 9F 50 3B 0 26 E0 42 25
Octal 40 101 237 120 73 0 46 340 102 45
Binary 100000 1000001 10011111 1010000 111011 0 100110 11100000 1000010 100101

Color Harmonies of #20419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20419F

Black with #20419F

Text Example


Text Example

White with #20419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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