Html Css Color HEX #202A95 Egyptian Blue

📋 copy color: '#202A95'

red 32 ◦ green 42 ◦ blue 149

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

Shades of Egyptian Blue #202A95

Tints of Egyptian Blue #202A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 14.35%
G = 18.83%
B = 66.82%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202A95 (or 0x202A95) is known color: Egyptian Blue. HEX triplet: 20, 2A and 95. RGB value is (32,42,149). Sum of RGB (Red+Green+Blue) = 32+42+149=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #202A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A95 is #DFD56A. Grayscale: #323232. Windows color (decimal): -14669163 or 9775648. OLE color: 9775648.

HSL color Cylindrical-coordinate representation of color #202A95: hue angle of 234.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202A95 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 42 149 -
CMYK 0.79 0.72 0 0.42
HSL 234.87º 0.65% 0.35% -
HSV(B) 234.87º 0.79% 0.58% -
XYZ 6.85 4.13 28.87 -
YUV 51.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 32 42 149 0.79 0.72 0 0.42 234.87 0.65 0.35
Hex 20 2A 95 4F 48 0 2A EB 41 23
Octal 40 52 225 117 110 0 52 353 101 43
Binary 100000 101010 10010101 1001111 1001000 0 101010 11101011 1000001 100011

Color Harmonies of #202A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202A95

Black with #202A95

Text Example


Text Example

White with #202A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202A95; }

 p { color: rgb(32,42,149); }

 H1.HeaderClassName
 {
   color: #202A95;
 }
 .AnyTagClassName
 {
   color: #202A95;
 }
</style>

background-color css

<style>
 a { background-color: #202A95; }

 a { background-color: rgb(32,42,149); }

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

border-color css

<style>
 span { border-color: #202A95; }

 span { border-color: rgb(32,42,149); }

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