Html Css Color HEX #204094 Egyptian Blue

📋 copy color: '#204094'

red 32 ◦ green 64 ◦ blue 148

#204094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #204094

Tints of Egyptian Blue #204094

RGB

 RED value IS 32 (12.89% from 255) = 13.11%

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 13.11%
G = 26.23%
B = 60.66%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204094 (or 0x204094) is known color: Egyptian Blue. HEX triplet: 20, 40 and 94. RGB value is (32,64,148). Sum of RGB (Red+Green+Blue) = 32+64+148=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #204094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204094 is #DFBF6B. Grayscale: #3F3F3F. Windows color (decimal): -14663532 or 9715744. OLE color: 9715744.

HSL color Cylindrical-coordinate representation of color #204094: hue angle of 223.45º 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 #204094 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 64 148 -
CMYK 0.78 0.57 0 0.42
HSL 223.45º 0.64% 0.35% -
HSV(B) 223.45º 0.78% 0.58% -
XYZ 7.77 6.11 28.79 -
YUV 64.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 32 64 148 0.78 0.57 0 0.42 223.45 0.64 0.35
Hex 20 40 94 4E 39 0 2A DF 40 23
Octal 40 100 224 116 71 0 52 337 100 43
Binary 100000 1000000 10010100 1001110 111001 0 101010 11011111 1000000 100011

Color Harmonies of #204094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204094

Black with #204094

Text Example


Text Example

White with #204094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204094; }

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

 H1.HeaderClassName
 {
   color: #204094;
 }
 .AnyTagClassName
 {
   color: #204094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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