Html Css Color HEX #20249F Egyptian Blue

📋 copy color: '#20249F'

red 32 ◦ green 36 ◦ blue 159

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

Shades of Egyptian Blue #20249F

Tints of Egyptian Blue #20249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 14.1%
G = 15.86%
B = 70.04%

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

#20249F (or 0x20249F) is known color: Egyptian Blue. HEX triplet: 20, 24 and 9F. RGB value is (32,36,159). Sum of RGB (Red+Green+Blue) = 32+36+159=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #20249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20249F is #DFDB60. Grayscale: #303030. Windows color (decimal): -14670689 or 10429472. OLE color: 10429472.

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

Color convert

RGB 32 36 159 -
CMYK 0.80 0.77 0 0.38
HSL 238.11º 0.66% 0.37% -
HSV(B) 238.11º 0.8% 0.62% -
XYZ 7.48 4.07 33.19 -
YUV 48.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 32 36 159 0.80 0.77 0 0.38 238.11 0.66 0.37
Hex 20 24 9F 50 4D 0 26 EE 42 25
Octal 40 44 237 120 115 0 46 356 102 45
Binary 100000 100100 10011111 1010000 1001101 0 100110 11101110 1000010 100101

Color Harmonies of #20249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20249F

Black with #20249F

Text Example


Text Example

White with #20249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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