#204099

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

Shades of Egyptian Blue #204099

Tints of Egyptian Blue #204099

Color information

#204099 (or 0x204099) is unknown color: approx Egyptian Blue. HEX triplet: 20, 40 and 99. RGB value is (32,64,153). Sum of RGB (Red+Green+Blue) = 32+64+153=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #204099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204099 is #DFBF66. Grayscale: #404040. Windows color (decimal): -14663527 or 10043424. OLE color: 10043424.

HSL color Cylindrical-coordinate representation of color #204099: hue angle of 224.13º degrees, saturation: 0.65, 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 #204099 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3264153-
CMYK0.790.5800.4
HSL224.13º65.41%36.27%-
HSV(B)224.13º79.08%60%-
XYZ8.186.2730.92-
YUV64.58177.9104.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=12.85%
G=25.70%
B=61.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal32641530.790.5800.4224.1365.4136.27
Hex2040994F3A028e04124
Octal401002311177205034010144
Binary10000010000001001100110011111110100101000111000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204099; }

 p { color: rgb(32,64,153); }

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

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

 a { background-color: rgb(32,64,153); }

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

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

 span { border-color: rgb(32,64,153); }

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