#204093

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

Shades of Egyptian Blue #204093

Tints of Egyptian Blue #204093

Color information

#204093 (or 0x204093) is unknown color: approx Egyptian Blue. HEX triplet: 20, 40 and 93. RGB value is (32,64,147). Sum of RGB (Red+Green+Blue) = 32+64+147=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #204093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204093 is #DFBF6C. Grayscale: #3F3F3F. Windows color (decimal): -14663533 or 9650208. OLE color: 9650208.

HSL color Cylindrical-coordinate representation of color #204093: hue angle of 223.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204093 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3264147-
CMYK0.780.5600.42
HSL223.3º64.25%35.1%-
HSV(B)223.3º78.23%57.65%-
XYZ7.76.0828.37-
YUV63.89174.9105.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 147 (57.81% from 255) = 60.49%
R=13.17%
G=26.34%
B=60.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32641470.780.5600.42223.364.2535.1
Hex2040934E3802Adf4023
Octal401002231167005233710043
Binary10000010000001001001110011101110000101010110111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204093; }

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

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

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

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

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

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

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

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