Html Css Color HEX #20449A Egyptian Blue

📋 copy color: '#20449A'

red 32 ◦ green 68 ◦ blue 154

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

Shades of Egyptian Blue #20449A

Tints of Egyptian Blue #20449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 12.6%
G = 26.77%
B = 60.63%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20449A (or 0x20449A) is known color: Egyptian Blue. HEX triplet: 20, 44 and 9A. RGB value is (32,68,154). Sum of RGB (Red+Green+Blue) = 32+68+154=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #20449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20449A is #DFBB65. Grayscale: #424242. Windows color (decimal): -14662502 or 10109984. OLE color: 10109984.

HSL color Cylindrical-coordinate representation of color #20449A: hue angle of 222.3º 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 #20449A is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 68 154 -
CMYK 0.79 0.56 0 0.40
HSL 222.3º 0.66% 0.36% -
HSV(B) 222.3º 0.79% 0.6% -
XYZ 8.5 6.77 31.43 -
YUV 67.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 32 68 154 0.79 0.56 0 0.40 222.3 0.66 0.36
Hex 20 44 9A 4F 38 0 28 DE 42 24
Octal 40 104 232 117 70 0 50 336 102 44
Binary 100000 1000100 10011010 1001111 111000 0 101000 11011110 1000010 100100

Color Harmonies of #20449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20449A

Black with #20449A

Text Example


Text Example

White with #20449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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