#20459E

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

Shades of Egyptian Blue #20459E

Tints of Egyptian Blue #20459E

Color information

#20459E (or 0x20459E) is unknown color: approx Egyptian Blue. HEX triplet: 20, 45 and 9E. RGB value is (32,69,158). Sum of RGB (Red+Green+Blue) = 32+69+158=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #20459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20459E is #DFBA61. Grayscale: #434343. Windows color (decimal): -14662242 or 10372384. OLE color: 10372384.

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

Color convert

RGB3269158-
CMYK0.800.5600.38
HSL222.38º66.32%37.25%-
HSV(B)222.38º79.75%61.96%-
XYZ8.97.0333.24-
YUV68.08178.74102.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=12.36%
G=26.64%
B=61.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32691580.800.5600.38222.3866.3237.25
Hex20459E5038026de4225
Octal401052361207004633610245
Binary10000010001011001111010100001110000100110110111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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