Html Css Color HEX #20259E Egyptian Blue

📋 copy color: '#20259E'

red 32 ◦ green 37 ◦ blue 158

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

Shades of Egyptian Blue #20259E

Tints of Egyptian Blue #20259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 158 (62.11% from 255) = 69.6%

R = 14.1%
G = 16.3%
B = 69.6%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20259E (or 0x20259E) is known color: Egyptian Blue. HEX triplet: 20, 25 and 9E. RGB value is (32,37,158). Sum of RGB (Red+Green+Blue) = 32+37+158=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #20259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20259E is #DFDA61. Grayscale: #303030. Windows color (decimal): -14670434 or 10364192. OLE color: 10364192.

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

Color convert

RGB 32 37 158 -
CMYK 0.80 0.77 0 0.38
HSL 237.62º 0.66% 0.37% -
HSV(B) 237.62º 0.8% 0.62% -
XYZ 7.43 4.1 32.75 -
YUV 49.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 32 37 158 0.80 0.77 0 0.38 237.62 0.66 0.37
Hex 20 25 9E 50 4D 0 26 EE 42 25
Octal 40 45 236 120 115 0 46 356 102 45
Binary 100000 100101 10011110 1010000 1001101 0 100110 11101110 1000010 100101

Color Harmonies of #20259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20259E

Black with #20259E

Text Example


Text Example

White with #20259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20259E; }

 p { color: rgb(32,37,158); }

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

background-color css

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

 a { background-color: rgb(32,37,158); }

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

border-color css

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

 span { border-color: rgb(32,37,158); }

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