Html Css Color HEX #20369F Egyptian Blue

📋 copy color: '#20369F'

red 32 ◦ green 54 ◦ blue 159

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

Shades of Egyptian Blue #20369F

Tints of Egyptian Blue #20369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 13.06%
G = 22.04%
B = 64.9%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20369F (or 0x20369F) is known color: Egyptian Blue. HEX triplet: 20, 36 and 9F. RGB value is (32,54,159). Sum of RGB (Red+Green+Blue) = 32+54+159=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #20369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20369F is #DFC960. Grayscale: #3A3A3A. Windows color (decimal): -14666081 or 10434080. OLE color: 10434080.

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

Color convert

RGB 32 54 159 -
CMYK 0.80 0.66 0 0.38
HSL 229.61º 0.66% 0.37% -
HSV(B) 229.61º 0.8% 0.62% -
XYZ 8.17 5.45 33.42 -
YUV 59.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 32 54 159 0.80 0.66 0 0.38 229.61 0.66 0.37
Hex 20 36 9F 50 42 0 26 E6 42 25
Octal 40 66 237 120 102 0 46 346 102 45
Binary 100000 110110 10011111 1010000 1000010 0 100110 11100110 1000010 100101

Color Harmonies of #20369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20369F

Black with #20369F

Text Example


Text Example

White with #20369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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