#20399F

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

Shades of Egyptian Blue #20399F

Tints of Egyptian Blue #20399F

Color information

#20399F (or 0x20399F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 39 and 9F. RGB value is (32,57,159). Sum of RGB (Red+Green+Blue) = 32+57+159=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #20399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20399F is #DFC660. Grayscale: #3C3C3C. Windows color (decimal): -14665313 or 10434848. OLE color: 10434848.

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

Color convert

RGB3257159-
CMYK0.800.6400.38
HSL228.19º66.49%37.45%-
HSV(B)228.19º79.87%62.35%-
XYZ8.325.7433.47-
YUV61.15183.22107.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=12.90%
G=22.98%
B=64.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32571590.800.6400.38228.1966.4937.45
Hex20399F5040026e44225
Octal407123712010004634410245
Binary10000011100110011111101000010000000100110111001001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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