Html Css Color HEX #20289B Egyptian Blue

📋 copy color: '#20289B'

red 32 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #20289B

Tints of Egyptian Blue #20289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 14.1%
G = 17.62%
B = 68.28%

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

#20289B (or 0x20289B) is known color: Egyptian Blue. HEX triplet: 20, 28 and 9B. RGB value is (32,40,155). Sum of RGB (Red+Green+Blue) = 32+40+155=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #20289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20289B is #DFD764. Grayscale: #323232. Windows color (decimal): -14669669 or 10168352. OLE color: 10168352.

HSL color Cylindrical-coordinate representation of color #20289B: hue angle of 236.1º 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 #20289B is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 40 155 -
CMYK 0.79 0.74 0 0.39
HSL 236.1º 0.66% 0.37% -
HSV(B) 236.1º 0.79% 0.61% -
XYZ 7.27 4.19 31.44 -
YUV 50.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 32 40 155 0.79 0.74 0 0.39 236.1 0.66 0.37
Hex 20 28 9B 4F 4A 0 27 EC 42 25
Octal 40 50 233 117 112 0 47 354 102 45
Binary 100000 101000 10011011 1001111 1001010 0 100111 11101100 1000010 100101

Color Harmonies of #20289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20289B

Black with #20289B

Text Example


Text Example

White with #20289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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