Html Css Color HEX #201FA5 Egyptian Blue

📋 copy color: '#201FA5'

red 32 ◦ green 31 ◦ blue 165

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

Shades of Egyptian Blue #201FA5

Tints of Egyptian Blue #201FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 165 (64.84% from 255) = 72.37%

R = 14.04%
G = 13.6%
B = 72.37%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#201FA5 (or 0x201FA5) is known color: Egyptian Blue. HEX triplet: 20, 1F and A5. RGB value is (32,31,165). Sum of RGB (Red+Green+Blue) = 32+31+165=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 165 (64.84% from 255 or 72.37% from 228); Max value from RGB is 165 - color contains mainly: blue. Hex color #201FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FA5 is #DFE05A. Grayscale: #2E2E2E. Windows color (decimal): -14671963 or 10821408. OLE color: 10821408.

HSL color Cylindrical-coordinate representation of color #201FA5: hue angle of 240.45º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201FA5 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 31 165 -
CMYK 0.81 0.81 0 0.35
HSL 240.45º 0.68% 0.38% -
HSV(B) 240.45º 0.81% 0.65% -
XYZ 7.88 4 35.95 -
YUV 46.58 194.83 117.6 -
System Red Green Blue C M Y K H S L
Decimal 32 31 165 0.81 0.81 0 0.35 240.45 0.68 0.38
Hex 20 1F A5 51 51 0 23 F0 44 26
Octal 40 37 245 121 121 0 43 360 104 46
Binary 100000 11111 10100101 1010001 1010001 0 100011 11110000 1000100 100110

Color Harmonies of #201FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FA5

Black with #201FA5

Text Example


Text Example

White with #201FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,31,165); }

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

background-color css

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

 a { background-color: rgb(32,31,165); }

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

border-color css

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

 span { border-color: rgb(32,31,165); }

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