Html Css Color HEX #20239F Egyptian Blue

📋 copy color: '#20239F'

red 32 ◦ green 35 ◦ blue 159

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

Shades of Egyptian Blue #20239F

Tints of Egyptian Blue #20239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 14.16%
G = 15.49%
B = 70.35%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20239F (or 0x20239F) is known color: Egyptian Blue. HEX triplet: 20, 23 and 9F. RGB value is (32,35,159). Sum of RGB (Red+Green+Blue) = 32+35+159=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #20239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20239F is #DFDC60. Grayscale: #2F2F2F. Windows color (decimal): -14670945 or 10429216. OLE color: 10429216.

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

Color convert

RGB 32 35 159 -
CMYK 0.80 0.78 0 0.38
HSL 238.58º 0.66% 0.37% -
HSV(B) 238.58º 0.8% 0.62% -
XYZ 7.45 4.01 33.18 -
YUV 48.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 32 35 159 0.80 0.78 0 0.38 238.58 0.66 0.37
Hex 20 23 9F 50 4E 0 26 EF 42 25
Octal 40 43 237 120 116 0 46 357 102 45
Binary 100000 100011 10011111 1010000 1001110 0 100110 11101111 1000010 100101

Color Harmonies of #20239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20239F

Black with #20239F

Text Example


Text Example

White with #20239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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