Html Css Color HEX #20289C Egyptian Blue

📋 copy color: '#20289C'

red 32 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #20289C

Tints of Egyptian Blue #20289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 14.04%
G = 17.54%
B = 68.42%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20289C (or 0x20289C) is known color: Egyptian Blue. HEX triplet: 20, 28 and 9C. RGB value is (32,40,156). Sum of RGB (Red+Green+Blue) = 32+40+156=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #20289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20289C is #DFD763. Grayscale: #323232. Windows color (decimal): -14669668 or 10233888. OLE color: 10233888.

HSL color Cylindrical-coordinate representation of color #20289C: hue angle of 236.13º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20289C is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 40 156 -
CMYK 0.79 0.74 0 0.39
HSL 236.13º 0.66% 0.37% -
HSV(B) 236.13º 0.79% 0.61% -
XYZ 7.36 4.22 31.88 -
YUV 50.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 32 40 156 0.79 0.74 0 0.39 236.13 0.66 0.37
Hex 20 28 9C 4F 4A 0 27 EC 42 25
Octal 40 50 234 117 112 0 47 354 102 45
Binary 100000 101000 10011100 1001111 1001010 0 100111 11101100 1000010 100101

Color Harmonies of #20289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20289C

Black with #20289C

Text Example


Text Example

White with #20289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20289C; }

 p { color: rgb(32,40,156); }

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

background-color css

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

 a { background-color: rgb(32,40,156); }

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

border-color css

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

 span { border-color: rgb(32,40,156); }

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