#20419E

Color #20419E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #20419E

Tints of Egyptian Blue #20419E

Color information

#20419E (or 0x20419E) is unknown color: approx Egyptian Blue. HEX triplet: 20, 41 and 9E. RGB value is (32,65,158). Sum of RGB (Red+Green+Blue) = 32+65+158=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #20419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20419E is #DFBE61. Grayscale: #414141. Windows color (decimal): -14663266 or 10371360. OLE color: 10371360.

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

Color convert

RGB3265158-
CMYK0.800.5900.38
HSL224.29º66.32%37.25%-
HSV(B)224.29º79.75%61.96%-
XYZ8.666.5633.16-
YUV65.74180.07103.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=12.55%
G=25.49%
B=61.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32651580.800.5900.38224.2966.3237.25
Hex20419E503B026e04225
Octal401012361207304634010245
Binary10000010000011001111010100001110110100110111000001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20419E;
 }
 .AnyTagClassName
 {
   color: #20419E;
 }
</style>
background-color css

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

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

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

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

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

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