Html Css Color HEX #20299A Egyptian Blue

📋 copy color: '#20299A'

red 32 ◦ green 41 ◦ blue 154

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

Shades of Egyptian Blue #20299A

Tints of Egyptian Blue #20299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 14.1%
G = 18.06%
B = 67.84%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20299A (or 0x20299A) is known color: Egyptian Blue. HEX triplet: 20, 29 and 9A. RGB value is (32,41,154). Sum of RGB (Red+Green+Blue) = 32+41+154=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #20299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20299A is #DFD665. Grayscale: #323232. Windows color (decimal): -14669414 or 10103072. OLE color: 10103072.

HSL color Cylindrical-coordinate representation of color #20299A: hue angle of 235.57º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20299A is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 41 154 -
CMYK 0.79 0.73 0 0.40
HSL 235.57º 0.66% 0.36% -
HSV(B) 235.57º 0.79% 0.6% -
XYZ 7.22 4.23 31.01 -
YUV 51.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 32 41 154 0.79 0.73 0 0.40 235.57 0.66 0.36
Hex 20 29 9A 4F 49 0 28 EC 42 24
Octal 40 51 232 117 111 0 50 354 102 44
Binary 100000 101001 10011010 1001111 1001001 0 101000 11101100 1000010 100100

Color Harmonies of #20299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20299A

Black with #20299A

Text Example


Text Example

White with #20299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20299A; }

 p { color: rgb(32,41,154); }

 H1.HeaderClassName
 {
   color: #20299A;
 }
 .AnyTagClassName
 {
   color: #20299A;
 }
</style>

background-color css

<style>
 a { background-color: #20299A; }

 a { background-color: rgb(32,41,154); }

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

border-color css

<style>
 span { border-color: #20299A; }

 span { border-color: rgb(32,41,154); }

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