#20249F

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

Shades of Egyptian Blue #20249F

Tints of Egyptian Blue #20249F

Color information

#20249F (or 0x20249F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 24 and 9F. RGB value is (32,36,159). Sum of RGB (Red+Green+Blue) = 32+36+159=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #20249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249F is #DFDB60. Grayscale: #303030. Windows color (decimal): -14670689 or 10429472. OLE color: 10429472.

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

Color convert

RGB3236159-
CMYK0.800.7700.38
HSL238.11º66.49%37.45%-
HSV(B)238.11º79.87%62.35%-
XYZ7.484.0733.19-
YUV48.83190.17116-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 159 (62.5% from 255) = 70.04%
R=14.10%
G=15.86%
B=70.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32361590.800.7700.38238.1166.4937.45
Hex20249F504D026ee4225
Octal404423712011504635610245
Binary10000010010010011111101000010011010100110111011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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