Html Css Color HEX #201EA9 Egyptian Blue

📋 copy color: '#201EA9'

red 32 ◦ green 30 ◦ blue 169

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

Shades of Egyptian Blue #201EA9

Tints of Egyptian Blue #201EA9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 169 (66.41% from 255) = 73.16%

R = 13.85%
G = 12.99%
B = 73.16%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#201EA9 (or 0x201EA9) is known color: Egyptian Blue. HEX triplet: 20, 1E and A9. RGB value is (32,30,169). Sum of RGB (Red+Green+Blue) = 32+30+169=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 169 (66.41% from 255 or 73.16% from 231); Max value from RGB is 169 - color contains mainly: blue. Hex color #201EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201EA9 is #DFE156. Grayscale: #2D2D2D. Windows color (decimal): -14672215 or 11083296. OLE color: 11083296.

HSL color Cylindrical-coordinate representation of color #201EA9: hue angle of 240.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201EA9 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 30 169 -
CMYK 0.81 0.82 0 0.34
HSL 240.86º 0.7% 0.39% -
HSV(B) 240.86º 0.82% 0.66% -
XYZ 8.22 4.1 37.89 -
YUV 46.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 32 30 169 0.81 0.82 0 0.34 240.86 0.7 0.39
Hex 20 1E A9 51 52 0 22 F1 46 27
Octal 40 36 251 121 122 0 42 361 106 47
Binary 100000 11110 10101001 1010001 1010010 0 100010 11110001 1000110 100111

Color Harmonies of #201EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201EA9

Black with #201EA9

Text Example


Text Example

White with #201EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201EA9; }

 p { color: rgb(32,30,169); }

 H1.HeaderClassName
 {
   color: #201EA9;
 }
 .AnyTagClassName
 {
   color: #201EA9;
 }
</style>

background-color css

<style>
 a { background-color: #201EA9; }

 a { background-color: rgb(32,30,169); }

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

border-color css

<style>
 span { border-color: #201EA9; }

 span { border-color: rgb(32,30,169); }

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