#20319A

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

Shades of Egyptian Blue #20319A

Tints of Egyptian Blue #20319A

Color information

#20319A (or 0x20319A) is unknown color: approx Egyptian Blue. HEX triplet: 20, 31 and 9A. RGB value is (32,49,154). Sum of RGB (Red+Green+Blue) = 32+49+154=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #20319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20319A is #DFCE65. Grayscale: #373737. Windows color (decimal): -14667366 or 10105120. OLE color: 10105120.

HSL color Cylindrical-coordinate representation of color #20319A: hue angle of 231.64º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20319A is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3249154-
CMYK0.790.6800.40
HSL231.64º65.59%36.47%-
HSV(B)231.64º79.22%60.39%-
XYZ7.534.8431.11-
YUV55.89183.37110.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=13.62%
G=20.85%
B=65.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32491540.790.6800.40231.6465.5936.47
Hex20319A4F44028e84224
Octal406123211710405035010244
Binary10000011000110011010100111110001000101000111010001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20319A; }

 p { color: rgb(32,49,154); }

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

<style>
 a { background-color: #20319A; }

 a { background-color: rgb(32,49,154); }

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

<style>
 span { border-color: #20319A; }

 span { border-color: rgb(32,49,154); }

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